SCM Repository
View of /branches/vis12/src/compiler/c-target/fragments/init.in
Parent Directory
|
Revision Log
Revision 1718 -
(download)
(annotate)
Sat Mar 10 23:03:02 2012 UTC (8 years, 11 months ago) by jhr
File size: 341 byte(s)
Sat Mar 10 23:03:02 2012 UTC (8 years, 11 months ago) by jhr
File size: 341 byte(s)
Working on library support
//! Create and allocate the program's world @PREFIX@World_t *@PREFIX@Init () { @PREFIX@World_t *wrld = NEW(@PREFIX@World_t); if (wrld == 0) return 0; wrld->name = ProgramName; wrld->err = 0; wrld->verboseFlg = false; wrld->nStrandTys = 1; /* FIXME */ wrld->strandDesc = &Strand_@STRAND@; return wrld; }
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |