diff -r 4a82dfa0883d -r 257923d52c51 patches --- 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.