sunos-cc has no void
authorClaus Gittinger <cg@exept.de>
Tue, 28 May 1996 20:20:22 +0200
changeset 284 43bedc665d71
parent 283 3fdbe3ef9a1d
child 285 19e8d6d22278
sunos-cc has no void
ObjFLoader.st
ObjectFileLoader.st
--- a/ObjFLoader.st	Fri May 24 17:02:32 1996 +0200
+++ b/ObjFLoader.st	Tue May 28 20:20:22 1996 +0200
@@ -1220,7 +1220,6 @@
 %{  /* CALLSSTACK: 32000 */
     OBJ (*addr)();
     unsigned val;
-    typedef void (*VOIDFUNC)();
     int savInt;
     int prevSpace, force;
     int arg = 0;
@@ -3212,6 +3211,6 @@
 !ObjectFileLoader class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/Attic/ObjFLoader.st,v 1.95 1996-05-18 14:02:50 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/Attic/ObjFLoader.st,v 1.96 1996-05-28 18:20:22 cg Exp $'
 ! !
 ObjectFileLoader initialize!
--- a/ObjectFileLoader.st	Fri May 24 17:02:32 1996 +0200
+++ b/ObjectFileLoader.st	Tue May 28 20:20:22 1996 +0200
@@ -1220,7 +1220,6 @@
 %{  /* CALLSSTACK: 32000 */
     OBJ (*addr)();
     unsigned val;
-    typedef void (*VOIDFUNC)();
     int savInt;
     int prevSpace, force;
     int arg = 0;
@@ -3212,6 +3211,6 @@
 !ObjectFileLoader class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/ObjectFileLoader.st,v 1.95 1996-05-18 14:02:50 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/ObjectFileLoader.st,v 1.96 1996-05-28 18:20:22 cg Exp $'
 ! !
 ObjectFileLoader initialize!