SCM Repository
[diderot] Diff of /branches/lamont/src/compiler/c-util/world.sml
Diff of /branches/lamont/src/compiler/c-util/world.sml
Parent Directory
|
Revision Log
|
Patch
16 |
(* WORLD_STRUCT_PREFIX componenets (see Diderot/world.h) *) |
(* WORLD_STRUCT_PREFIX componenets (see Diderot/world.h) *) |
17 |
val prefix = [ |
val prefix = [ |
18 |
(CL.T_Ptr(CL.T_Named "const char"), "name"), |
(CL.T_Ptr(CL.T_Named "const char"), "name"), |
19 |
(CL.charPtr, "err"), |
(CL.T_Ptr(CL.T_Named "biffMsg"), "errors"), |
20 |
(CL.boolTy, "verboseFlg"), |
(CL.boolTy, "verboseFlg"), |
21 |
(CL.boolTy, "isArray"), |
(CL.boolTy, "isArray"), |
22 |
(CL.uint32, "nStrandTys"), |
(CL.uint32, "nStrandTys"), |
|
Legend:
Removed from v.1850 |
|
changed lines |
|
Added in v.1862 |
|
|