[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


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)
  {



More information about the Tinyos-commits mailing list