dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnet/support def_gc.c,1.4,1.5


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/support def_gc.c,1.4,1.5
Date: Wed, 14 May 2003 21:59:15 -0400

Update of /cvsroot/dotgnu-pnet/pnet/support
In directory subversions:/tmp/cvs-serv9313/support

Modified Files:
        def_gc.c 
Log Message:


Add "L" prefixes to a constant to make the def_gc module 16-bit friendly.


Index: def_gc.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/support/def_gc.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** def_gc.c    17 Sep 2002 00:03:29 -0000      1.4
--- def_gc.c    15 May 2003 01:59:13 -0000      1.5
***************
*** 45,49 ****
   * be set to a non-zero value in the profile to override this value.
   */
! #define       IL_DEFAULT_GC_HEAP_SIZE         (128 * 1024)
  
  /*
--- 45,49 ----
   * be set to a non-zero value in the profile to override this value.
   */
! #define       IL_DEFAULT_GC_HEAP_SIZE         (128L * 1024L)
  
  /*





reply via email to

[Prev in Thread] Current Thread [Next in Thread]