ObjectFileLoader.st
changeset 222 c06525bef9f1
parent 220 ebf4fd9776ce
child 225 122d8ff18aff
--- a/ObjectFileLoader.st	Fri Mar 01 13:53:07 1996 +0100
+++ b/ObjectFileLoader.st	Sat Mar 02 19:11:15 1996 +0100
@@ -1166,7 +1166,7 @@
     handle notNil ifTrue:[
 	moduleID := handle moduleID
     ].
-%{
+%{  /* CALLSSTACK: 32000 */
     OBJ (*addr)();
     unsigned val;
     typedef void (*VOIDFUNC)();
@@ -1961,7 +1961,7 @@
      (instead, only pass around handles transparently).
      This function is not supported on all architectures."
 
-%{  /* UNLIMITEDSTACK */
+%{  /* CALLSUNLIMITEDSTACK */
 
     if (! __isArray(anInfoBuffer)
      || (_arraySize(anInfoBuffer) < 3)) {
@@ -3128,6 +3128,6 @@
 !ObjectFileLoader class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/ObjectFileLoader.st,v 1.82 1996-03-01 00:34:11 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/ObjectFileLoader.st,v 1.83 1996-03-02 18:11:15 cg Exp $'
 ! !
 ObjectFileLoader initialize!