*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Sat, 06 Sep 1997 20:46:13 +0200
changeset 567 16d864e6b89c
parent 566 2ac58cd4b669
child 568 31f82f9fb363
*** empty log message ***
libInit.cc
vmslibinit.cc
--- /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__();
+}
--- a/vmslibinit.cc	Sat Sep 06 19:15:55 1997 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,34 +0,0 @@
-
-#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__();
-}