|
From: John M M. <jo...@us...> - 2003-05-19 07:20:00
|
Update of /cvsroot/squeak/squeak/platforms/Mac OS/vm
In directory sc8-pr-cvs1:/tmp/cvs-serv31460/squeak/platforms/Mac OS/vm
Modified Files:
sqMacMemory.c
Log Message:
3.5.1b1 Changed plugin def to browserplugin to avoid confusion.
Index: sqMacMemory.c
===================================================================
RCS file: /cvsroot/squeak/squeak/platforms/Mac OS/vm/sqMacMemory.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** sqMacMemory.c 5 Mar 2003 19:53:14 -0000 1.10
--- sqMacMemory.c 19 May 2003 07:19:57 -0000 1.11
***************
*** 106,110 ****
minHeapSize;
! #if defined( PLUGIN) || (TARGET_API_MAC_CARBON && defined(__MWERKS__))
gMaxHeapSize = gHeapSize = *desiredHeapSize;
--- 106,110 ----
minHeapSize;
! #if defined( BROWSERPLUGIN) || (TARGET_API_MAC_CARBON && defined(__MWERKS__))
gMaxHeapSize = gHeapSize = *desiredHeapSize;
***************
*** 184,188 ****
return;
#if TARGET_API_MAC_CARBON
! #ifdef PLUGIN
DisposePtr((void *) memory);
#endif
--- 184,188 ----
return;
#if TARGET_API_MAC_CARBON
! #ifdef BROWSERPLUGIN
DisposePtr((void *) memory);
#endif
|