libInit.cc
changeset 10243 a6cbb6ef2709
parent 10230 28c9ab0c0d43
child 10290 c4bf9fe6b20c
--- a/libInit.cc	Thu Dec 07 17:50:57 2006 +0100
+++ b/libInit.cc	Thu Dec 07 17:50:59 2006 +0100
@@ -1,5 +1,5 @@
 /*
- * $Header: /cvs/stx/stx/libbasic/libInit.cc,v 1.122 2006-12-06 15:26:17 cg Exp $
+ * $Header: /cvs/stx/stx/libbasic/libInit.cc,v 1.123 2006-12-07 16:50:59 cg Exp $
  *
  * DO NOT EDIT 
  * automagically generated from the projectDefinition: stx_libbasic.
@@ -50,10 +50,12 @@
 _NameSpace_Init(pass,__pRT__,snd);
 _OSErrorHolder_Init(pass,__pRT__,snd);
 _ObjectMemory_Init(pass,__pRT__,snd);
+_PackageId_Init(pass,__pRT__,snd);
 _PluginSupport_Init(pass,__pRT__,snd);
 _ProcessorScheduler_Init(pass,__pRT__,snd);
 _Project_Init(pass,__pRT__,snd);
 _ProjectDefinition_Init(pass,__pRT__,snd);
+_ReadEvalPrintLoop_Init(pass,__pRT__,snd);
 _RecursionLock_Init(pass,__pRT__,snd);
 _Registry_Init(pass,__pRT__,snd);
 _Semaphore_Init(pass,__pRT__,snd);
@@ -258,6 +260,7 @@
 _OverflowError_Init(pass,__pRT__,snd);
 _String_Init(pass,__pRT__,snd);
 _SubscriptOutOfBoundsError_Init(pass,__pRT__,snd);
+_TwoByteString_Init(pass,__pRT__,snd);
 _UnderflowError_Init(pass,__pRT__,snd);
 _WrongNumberOfArgumentsError_Init(pass,__pRT__,snd);
 _ZeroDivide_Init(pass,__pRT__,snd);
@@ -266,9 +269,7 @@
 _InvalidEncodingError_Init(pass,__pRT__,snd);
 _PipeStream_Init(pass,__pRT__,snd);
 _Symbol_Init(pass,__pRT__,snd);
-_TwoByteString_Init(pass,__pRT__,snd);
 _Unicode16String_Init(pass,__pRT__,snd);
-_PackageId_Init(pass,__pRT__,snd);
 #ifdef UNIX
 _UnixFileDescriptorHandle_Init(pass,__pRT__,snd);
 _UnixFileHandle_Init(pass,__pRT__,snd);