[Tinyos-commits] CVS: tinyos-1.x/tos/lib/VM/languages/motlle/mate/rep-16 BaseTypes.h, 1.3, 1.4 MotlleRepM.nc, 1.5, 1.6

David Gay idgay at users.sourceforge.net
Tue Nov 29 14:53:18 PST 2005


Update of /cvsroot/tinyos/tinyos-1.x/tos/lib/VM/languages/motlle/mate/rep-16
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15897/rep-16

Modified Files:
	BaseTypes.h MotlleRepM.nc 
Log Message:
tweaks to reduce code size


Index: BaseTypes.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/tos/lib/VM/languages/motlle/mate/rep-16/BaseTypes.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** BaseTypes.h	1 Nov 2005 02:28:11 -0000	1.3
--- BaseTypes.h	29 Nov 2005 22:53:16 -0000	1.4
***************
*** 20,22 ****
--- 20,24 ----
  typedef uint16_t msize;
  
+ typedef uint8_t vreal; /* No floats */
+ 
  #endif

Index: MotlleRepM.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/tos/lib/VM/languages/motlle/mate/rep-16/MotlleRepM.nc,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** MotlleRepM.nc	23 Nov 2005 23:16:23 -0000	1.5
--- MotlleRepM.nc	29 Nov 2005 22:53:16 -0000	1.6
***************
*** 69,73 ****
  
    // floats (unboxed, not present)
!   inline command bool V.realp(mvalue x) {
      return FALSE;
    }
--- 69,73 ----
  
    // floats (unboxed, not present)
!   command bool V.realp(mvalue x) {
      return FALSE;
    }



More information about the Tinyos-commits mailing list