[Tinyos-commits]
CVS: tinyos-1.x/tos/lib/VM/languages/motlle/standalone/runtime
support.c, 1.4, 1.5
David Gay
idgay at users.sourceforge.net
Fri Nov 18 16:42:11 PST 2005
- Previous message: [Tinyos-commits]
CVS: tinyos-1.x/tos/lib/VM/languages/motlle/standalone
scheme.c, 1.13, 1.14
- Next message: [Tinyos-commits]
CVS: tinyos-1.x/tos/lib/VM/languages/motlle/standalone
compile.c, 1.7, 1.8 compile.h, 1.3, 1.4 lexer.l, 1.8,
1.9 mparser.c, 1.6, 1.7 parser.y, 1.6, 1.7 scheme.c, 1.14,
1.15 tokens.h, 1.4, 1.5 tree.c, 1.3, 1.4 tree.h, 1.3, 1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-1.x/tos/lib/VM/languages/motlle/standalone/runtime
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15488/runtime
Modified Files:
support.c
Log Message:
keep track of locations. needs testing.
Index: support.c
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/tos/lib/VM/languages/motlle/standalone/runtime/support.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** support.c 25 Oct 2005 22:33:21 -0000 1.4
--- support.c 19 Nov 2005 00:42:09 -0000 1.5
***************
*** 493,497 ****
UNSAFEOP("file_compile", file_compile,
"gstate s b -> fn. Compile file s for global state context gstate.\n\
! If b is true, compile as scheme string.",
3, (struct global_state *gstate, struct string *s, value is_scheme), 0)
{
--- 493,497 ----
UNSAFEOP("file_compile", file_compile,
"gstate s b -> fn. Compile file s for global state context gstate.\n\
! If b is true, compile as scheme file.",
3, (struct global_state *gstate, struct string *s, value is_scheme), 0)
{
- Previous message: [Tinyos-commits]
CVS: tinyos-1.x/tos/lib/VM/languages/motlle/standalone
scheme.c, 1.13, 1.14
- Next message: [Tinyos-commits]
CVS: tinyos-1.x/tos/lib/VM/languages/motlle/standalone
compile.c, 1.7, 1.8 compile.h, 1.3, 1.4 lexer.l, 1.8,
1.9 mparser.c, 1.6, 1.7 parser.y, 1.6, 1.7 scheme.c, 1.14,
1.15 tokens.h, 1.4, 1.5 tree.c, 1.3, 1.4 tree.h, 1.3, 1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-commits
mailing list