patches
changeset 265 257923d52c51
parent 263 b9158aae3e36
child 268 fc519ebf52ae
--- a/patches	Fri Feb 06 00:16:40 1998 +0100
+++ b/patches	Sat Feb 07 21:30:53 1998 +0100
@@ -26,6 +26,9 @@
 system = 'linux' ifTrue:[
     ObjectMemory justInTimeCompilation:true.
 ].
+system = 'solaris' ifTrue:[
+    ObjectMemory justInTimeCompilation:true.
+].
 
 "/ GLXWorkstation forceGL:true.
 "/ OperatingSystem disableSignal:14.