--- branches/vis12/src/compiler/c-target/c-target.sml 2012/03/12 20:19:29 1721 +++ branches/vis12/src/compiler/c-target/c-target.sml 2012/03/12 20:49:07 1722 @@ -415,6 +415,7 @@ ppStrandTable (ppStrm, [strand]); ppDecl (CL.verbatim [CBodyFrag.text] substitutions); ppDecl (CL.verbatim [InitFrag.text] substitutions); +(* FIXME: the XXX_Init function needs to include code to initialize the globals with defaults *) ppDecl (CL.verbatim [AllocFrag.text] substitutions); ppDecl (!initially); ppDecl (CL.verbatim [RunFrag.text] substitutions);