libInit.cc
changeset 567 16d864e6b89c
child 643 3a5932dac5ad
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/libInit.cc	Sat Sep 06 20:46:13 1997 +0200
@@ -0,0 +1,34 @@
+
+#ifndef OLDVMDATA
+# define __INDIRECTVMINITCALLS__
+#endif
+#include <stc.h>
+_libbasic2_Init(pass, __pRT__, snd)
+#ifdef OLDVMDATA
+OBJ snd; struct __initTab__ *__pRT__; {
+#else
+OBJ snd; struct __vmData__ *__pRT__; {
+#endif
+ __BEGIN_PACKAGE__("libbasic2", _libbasic2_Init);
+_MappedCollection_Init(pass,__pRT__,snd);
+_TwoByteString_Init(pass,__pRT__,snd);
+_JISEncodedString_Init(pass,__pRT__,snd);
+_Polygon_Init(pass,__pRT__,snd);
+_StringCollection_Init(pass,__pRT__,snd);
+_RecursionLock_Init(pass,__pRT__,snd);
+_Queue_Init(pass,__pRT__,snd);
+_SharedQueue_Init(pass,__pRT__,snd);
+_CacheDictionary_Init(pass,__pRT__,snd);
+_RunArray_Init(pass,__pRT__,snd);
+_Text_Init(pass,__pRT__,snd);
+_MessageSend_Init(pass,__pRT__,snd);
+_Socket_Init(pass,__pRT__,snd);
+_ActorStream_Init(pass,__pRT__,snd);
+_SoundStream_Init(pass,__pRT__,snd);
+_PrinterStream_Init(pass,__pRT__,snd);
+_PostscriptPrinterStream_Init(pass,__pRT__,snd);
+_TextStream_Init(pass,__pRT__,snd);
+_UnitConverter_Init(pass,__pRT__,snd);
+_Random_Init(pass,__pRT__,snd);
+ __END_PACKAGE__();
+}