stx_libbasic.st
changeset 21866 e4e3c1a1c9f7
parent 21730 772021e0c4bd
child 21886 55ce21399bb1
--- a/stx_libbasic.st	Tue Jun 20 17:53:45 2017 +0200
+++ b/stx_libbasic.st	Tue Jun 20 17:57:55 2017 +0200
@@ -179,8 +179,11 @@
     ^ #(
         "<className> or (<className> attributes...) in load order"
         Autoload
+        Float
+        LongFloat
         Object
         ProtoObject
+        ShortFloat
         AbstractOperatingSystem
         AbstractSourceFileReader
         Annotation
@@ -424,12 +427,11 @@
         ExecutionError
         ExternalBytes
         FixedPoint
-        Float
         ImmutableArray
         Infinity
         InvalidPatchError
         LargeInteger
-        LongFloat
+        NotANumber
         OSSignalInterrupt
         (OSXOperatingSystem unix)
         OsIllegalOperation
@@ -444,7 +446,6 @@
         PrivateMetaclass
         ProceedError
         ReadWriteStream
-        ShortFloat
         SmallInteger
         SmalltalkChunkFileSourceWriter
         SomeNumber
@@ -598,7 +599,6 @@
         (LargeFloat autoload)
         (MacFilename macos autoload)
         (MappedExternalBytes autoload)
-        (NotANumber autoload)
         (SmalltalkDesktop autoload)
         (SystemNotification autoload)
         (TextCollectorStream autoload)