SCM Repository
Diff of /branches/pure-cfg/src/lib/c-target/main.c
Parent Directory
|
Revision Log
|
Patch
revision 1213, Fri May 13 14:29:16 2011 UTC | revision 1214, Sat May 14 04:19:19 2011 UTC | |
---|---|---|
# | Line 30 | Line 30 |
30 | { | { |
31 | // | // |
32 | printf("initializing globals ...\n"); | printf("initializing globals ...\n"); |
33 | Diderot_InitGlobals (); | Diderot_InitGlobals (argc, argv); |
34 | ||
35 | // FIXME: we need to figure out how initialization should be handled. | // FIXME: we need to figure out how initialization should be handled. |
36 | printf("initializing strands ...\n"); | printf("initializing strands ...\n"); |
# | Line 97 | Line 97 |
97 | } | } |
98 | fclose (outS); | fclose (outS); |
99 | ||
100 | Diderot_Shutdown (wrld); | |
101 | ||
102 | return 0; | return 0; |
103 | ||
104 | } | } |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |