--- branches/pure-cfg/src/compiler/c-target/runtime-names.sml 2011/05/16 04:35:01 1228 +++ branches/pure-cfg/src/compiler/c-target/runtime-names.sml 2011/05/16 06:07:56 1229 @@ -124,8 +124,8 @@ fun input ty = (case ty of Ty.StringTy => "Diderot_InputString" - | Ty.TensorTy[] => "Diderot_Input" ^ !gRealSuffix - | Ty.TensorTy[3] => "Diderot_InputVec3" ^ !gRealSuffix + | Ty.TensorTy[] => "Diderot_InputReal" + | Ty.TensorTy[3] => "Diderot_InputVec3" | ty => raise Fail("unsupported input type " ^ Ty.toString ty) (* end case *))