ShortFloat.st
changeset 3671 374b42fe2f3c
parent 3531 809c8e5745fe
child 3895 8687abc9a1da
--- a/ShortFloat.st	Tue Jul 21 17:46:36 1998 +0200
+++ b/ShortFloat.st	Tue Jul 21 20:17:01 1998 +0200
@@ -22,13 +22,6 @@
 !ShortFloat primitiveDefinitions!
 %{
 
-/*
- * includes, defines, structure definitions
- * and typedefs come here.
- */
-
-!Float primitiveDefinitions!
-%{
 #include <errno.h>
 
 #ifndef __OPTIMIZE__
@@ -853,5 +846,5 @@
 !ShortFloat class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ShortFloat.st,v 1.38 1998-06-09 11:34:01 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ShortFloat.st,v 1.39 1998-07-21 18:17:01 cg Exp $'
 ! !