Behavior.st
changeset 15769 00ff0c8bc13a
parent 15745 752db6d03dd5
child 15785 29fc93b8f5e4
child 18098 2bbfe6952a44
--- a/Behavior.st	Tue Sep 24 23:36:13 2013 +0200
+++ b/Behavior.st	Wed Sep 25 16:10:10 2013 +0200
@@ -1230,7 +1230,6 @@
 ! !
 
 
-
 !Behavior methodsFor:'accessing'!
 
 addSelector:newSelector withMethod:newMethod
@@ -1499,6 +1498,15 @@
 ! !
 
 
+!Behavior methodsFor:'cleanup'!
+
+lowSpaceCleanup
+    "ignored here - redefined in some classes to
+     cleanup in low-memory situations"
+
+    ^ self
+! !
+
 !Behavior methodsFor:'compiler interface'!
 
 browserClass
@@ -4995,10 +5003,10 @@
 !Behavior class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Behavior.st,v 1.348 2013-09-03 21:49:56 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Behavior.st,v 1.349 2013-09-25 14:10:10 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/Behavior.st,v 1.348 2013-09-03 21:49:56 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Behavior.st,v 1.349 2013-09-25 14:10:10 cg Exp $'
 ! !