SCM Repository
[diderot] Diff of /branches/vis12/src/compiler/c-target/c-target.sml
Diff of /branches/vis12/src/compiler/c-target/c-target.sml
Parent Directory
|
Revision Log
|
Patch
193 |
CL.PARAM([], globTy, "glob") :: |
CL.PARAM([], globTy, "glob") :: |
194 |
CL.PARAM([], CL.T_Ptr(CL.T_Named tyName), "selfOut") :: |
CL.PARAM([], CL.T_Ptr(CL.T_Named tyName), "selfOut") :: |
195 |
List.map (fn (CL.V(ty, x)) => CL.PARAM([], ty, x)) params |
List.map (fn (CL.V(ty, x)) => CL.PARAM([], ty, x)) params |
196 |
val initFn = CL.D_Func([], CL.voidTy, fName, params, init) |
val initFn = CL.D_Func(["static"], CL.voidTy, fName, params, init) |
197 |
in |
in |
198 |
code := initFn :: !code |
code := initFn :: !code |
199 |
end |
end |
|
Legend:
Removed from v.1916 |
|
changed lines |
|
Added in v.1917 |
|
|