*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Sat, 06 Sep 1997 20:46:26 +0200
changeset 2902 55d3c293f055
parent 2901 5dfbefd5f276
child 2903 e64704e86cce
*** 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:26 1997 +0200
@@ -0,0 +1,124 @@
+
+#ifndef OLDVMDATA
+# define __INDIRECTVMINITCALLS__
+#endif
+#include <stc.h>
+_libbasic_Init(pass, __pRT__, snd)
+#ifdef OLDVMDATA
+OBJ snd; struct __initTab__ *__pRT__; {
+#else
+OBJ snd; struct __vmData__ *__pRT__; {
+#endif
+ __BEGIN_PACKAGE__("libbasic", _libbasic_Init);
+_Object_Init(pass,__pRT__,snd);
+_Autoload_Init(pass,__pRT__,snd);
+_Behavior_Init(pass,__pRT__,snd);
+_ClassDescription_Init(pass,__pRT__,snd);
+_Class_Init(pass,__pRT__,snd);
+_Metaclass_Init(pass,__pRT__,snd);
+_PrivateMetaclass_Init(pass,__pRT__,snd);
+_Project_Init(pass,__pRT__,snd);
+_Namespace_Init(pass,__pRT__,snd);
+_Boolean_Init(pass,__pRT__,snd);
+_True_Init(pass,__pRT__,snd);
+_False_Init(pass,__pRT__,snd);
+_ClassCategoryReader_Init(pass,__pRT__,snd);
+_Collection_Init(pass,__pRT__,snd);
+_Bag_Init(pass,__pRT__,snd);
+_FileDirectory_Init(pass,__pRT__,snd);
+_SequenceableCollection_Init(pass,__pRT__,snd);
+_ArrayedCollection_Init(pass,__pRT__,snd);
+_Array_Init(pass,__pRT__,snd);
+_WeakArray_Init(pass,__pRT__,snd);
+_ByteArray_Init(pass,__pRT__,snd);
+_CharacterArray_Init(pass,__pRT__,snd);
+_String_Init(pass,__pRT__,snd);
+_Symbol_Init(pass,__pRT__,snd);
+_UninterpretedBytes_Init(pass,__pRT__,snd);
+_DoubleArray_Init(pass,__pRT__,snd);
+_FloatArray_Init(pass,__pRT__,snd);
+_Interval_Init(pass,__pRT__,snd);
+_LinkedList_Init(pass,__pRT__,snd);
+_Semaphore_Init(pass,__pRT__,snd);
+_OrderedCollection_Init(pass,__pRT__,snd);
+_SortedCollection_Init(pass,__pRT__,snd);
+_Set_Init(pass,__pRT__,snd);
+_Dictionary_Init(pass,__pRT__,snd);
+_IdentityDictionary_Init(pass,__pRT__,snd);
+_WeakIdentityDictionary_Init(pass,__pRT__,snd);
+_WeakDependencyDictionary_Init(pass,__pRT__,snd);
+_WeakValueDictionary_Init(pass,__pRT__,snd);
+_IdentitySet_Init(pass,__pRT__,snd);
+_WeakIdentitySet_Init(pass,__pRT__,snd);
+_SignalSet_Init(pass,__pRT__,snd);
+_SemaphoreSet_Init(pass,__pRT__,snd);
+_Context_Init(pass,__pRT__,snd);
+_BlockContext_Init(pass,__pRT__,snd);
+_Delay_Init(pass,__pRT__,snd);
+_Exception_Init(pass,__pRT__,snd);
+_ExecutableFunction_Init(pass,__pRT__,snd);
+_CompiledCode_Init(pass,__pRT__,snd);
+_Block_Init(pass,__pRT__,snd);
+_VarArgBlock_Init(pass,__pRT__,snd);
+_CheapBlock_Init(pass,__pRT__,snd);
+_VarArgCheapBlock_Init(pass,__pRT__,snd);
+_Method_Init(pass,__pRT__,snd);
+_Filename_Init(pass,__pRT__,snd);
+_InterestConverter_Init(pass,__pRT__,snd);
+_WeakInterestConverter_Init(pass,__pRT__,snd);
+_Link_Init(pass,__pRT__,snd);
+_Process_Init(pass,__pRT__,snd);
+_Magnitude_Init(pass,__pRT__,snd);
+_LookupKey_Init(pass,__pRT__,snd);
+_Association_Init(pass,__pRT__,snd);
+_AbstractTime_Init(pass,__pRT__,snd);
+_AbsoluteTime_Init(pass,__pRT__,snd);
+_Time_Init(pass,__pRT__,snd);
+_ArithmeticValue_Init(pass,__pRT__,snd);
+_Number_Init(pass,__pRT__,snd);
+_Fraction_Init(pass,__pRT__,snd);
+_Integer_Init(pass,__pRT__,snd);
+_LargeInteger_Init(pass,__pRT__,snd);
+_SmallInteger_Init(pass,__pRT__,snd);
+_LimitedPrecisionReal_Init(pass,__pRT__,snd);
+_Float_Init(pass,__pRT__,snd);
+_ShortFloat_Init(pass,__pRT__,snd);
+_Point_Init(pass,__pRT__,snd);
+_Character_Init(pass,__pRT__,snd);
+_Date_Init(pass,__pRT__,snd);
+_Message_Init(pass,__pRT__,snd);
+_MiniDebugger_Init(pass,__pRT__,snd);
+_MiniInspector_Init(pass,__pRT__,snd);
+_ObjectMemory_Init(pass,__pRT__,snd);
+_ProcessorScheduler_Init(pass,__pRT__,snd);
+_Geometric_Init(pass,__pRT__,snd);
+_Rectangle_Init(pass,__pRT__,snd);
+_Registry_Init(pass,__pRT__,snd);
+_HandleRegistry_Init(pass,__pRT__,snd);
+_Signal_Init(pass,__pRT__,snd);
+_QuerySignal_Init(pass,__pRT__,snd);
+_Smalltalk_Init(pass,__pRT__,snd);
+_Stream_Init(pass,__pRT__,snd);
+_PeekableStream_Init(pass,__pRT__,snd);
+_PositionableStream_Init(pass,__pRT__,snd);
+_ReadStream_Init(pass,__pRT__,snd);
+_WriteStream_Init(pass,__pRT__,snd);
+_ReadWriteStream_Init(pass,__pRT__,snd);
+_ExternalStream_Init(pass,__pRT__,snd);
+_FileStream_Init(pass,__pRT__,snd);
+_DirectoryStream_Init(pass,__pRT__,snd);
+_NonPositionableExternalStream_Init(pass,__pRT__,snd);
+_PipeStream_Init(pass,__pRT__,snd);
+_UndefinedObject_Init(pass,__pRT__,snd);
+_ExternalAddress_Init(pass,__pRT__,snd);
+_ExternalBytes_Init(pass,__pRT__,snd);
+_ExternalFunction_Init(pass,__pRT__,snd);
+_MethodDictionary_Init(pass,__pRT__,snd);
+_OperatingSystem_Init(pass,__pRT__,snd);
+_ObsoleteObject_Init(pass,__pRT__,snd);
+_BinaryObjectStorage_Init(pass,__pRT__,snd);
+_BinaryIOManager_Init(pass,__pRT__,snd);
+_BinaryInputManager_Init(pass,__pRT__,snd);
+_BinaryOutputManager_Init(pass,__pRT__,snd);
+ __END_PACKAGE__();
+}
--- a/vmslibinit.cc	Sat Sep 06 19:23:30 1997 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,121 +0,0 @@
-
-#ifndef OLDVMDATA
-# define __INDIRECTVMINITCALLS__
-#endif
-#include <stc.h>
-_libbasic_Init(pass, __pRT__, snd)
-#ifdef OLDVMDATA
-OBJ snd; struct __initTab__ *__pRT__; {
-#else
-OBJ snd; struct __vmData__ *__pRT__; {
-#endif
- __BEGIN_PACKAGE__("libbasic", _libbasic_Init);
-_Object_Init(pass,__pRT__,snd);
-_Autoload_Init(pass,__pRT__,snd);
-_Behavior_Init(pass,__pRT__,snd);
-_ClassDescription_Init(pass,__pRT__,snd);
-_Class_Init(pass,__pRT__,snd);
-_Metaclass_Init(pass,__pRT__,snd);
-_PrivateMetaclass_Init(pass,__pRT__,snd);
-_Project_Init(pass,__pRT__,snd);
-_Namespace_Init(pass,__pRT__,snd);
-_Boolean_Init(pass,__pRT__,snd);
-_True_Init(pass,__pRT__,snd);
-_False_Init(pass,__pRT__,snd);
-_ClassCategoryReader_Init(pass,__pRT__,snd);
-_Collection_Init(pass,__pRT__,snd);
-_Bag_Init(pass,__pRT__,snd);
-_FileDirectory_Init(pass,__pRT__,snd);
-_SequenceableCollection_Init(pass,__pRT__,snd);
-_ArrayedCollection_Init(pass,__pRT__,snd);
-_Array_Init(pass,__pRT__,snd);
-_WeakArray_Init(pass,__pRT__,snd);
-_ByteArray_Init(pass,__pRT__,snd);
-_CharacterArray_Init(pass,__pRT__,snd);
-_String_Init(pass,__pRT__,snd);
-_Symbol_Init(pass,__pRT__,snd);
-_UninterpretedBytes_Init(pass,__pRT__,snd);
-_DoubleArray_Init(pass,__pRT__,snd);
-_FloatArray_Init(pass,__pRT__,snd);
-_Interval_Init(pass,__pRT__,snd);
-_LinkedList_Init(pass,__pRT__,snd);
-_Semaphore_Init(pass,__pRT__,snd);
-_OrderedCollection_Init(pass,__pRT__,snd);
-_SortedCollection_Init(pass,__pRT__,snd);
-_Set_Init(pass,__pRT__,snd);
-_Dictionary_Init(pass,__pRT__,snd);
-_IdentityDictionary_Init(pass,__pRT__,snd);
-_WeakIdentityDictionary_Init(pass,__pRT__,snd);
-_WeakDependencyDictionary_Init(pass,__pRT__,snd);
-_WeakValueDictionary_Init(pass,__pRT__,snd);
-_IdentitySet_Init(pass,__pRT__,snd);
-_WeakIdentitySet_Init(pass,__pRT__,snd);
-_SignalSet_Init(pass,__pRT__,snd);
-_SemaphoreSet_Init(pass,__pRT__,snd);
-_Context_Init(pass,__pRT__,snd);
-_BlockContext_Init(pass,__pRT__,snd);
-_Delay_Init(pass,__pRT__,snd);
-_Exception_Init(pass,__pRT__,snd);
-_ExecutableFunction_Init(pass,__pRT__,snd);
-_CompiledCode_Init(pass,__pRT__,snd);
-_Block_Init(pass,__pRT__,snd);
-_CheapBlock_Init(pass,__pRT__,snd);
-_Method_Init(pass,__pRT__,snd);
-_Filename_Init(pass,__pRT__,snd);
-_InterestConverter_Init(pass,__pRT__,snd);
-_Link_Init(pass,__pRT__,snd);
-_Process_Init(pass,__pRT__,snd);
-_Magnitude_Init(pass,__pRT__,snd);
-_LookupKey_Init(pass,__pRT__,snd);
-_Association_Init(pass,__pRT__,snd);
-_AbstractTime_Init(pass,__pRT__,snd);
-_AbsoluteTime_Init(pass,__pRT__,snd);
-_Time_Init(pass,__pRT__,snd);
-_ArithmeticValue_Init(pass,__pRT__,snd);
-_Number_Init(pass,__pRT__,snd);
-_Fraction_Init(pass,__pRT__,snd);
-_Integer_Init(pass,__pRT__,snd);
-_SmallInteger_Init(pass,__pRT__,snd);
-_LargeInteger_Init(pass,__pRT__,snd);
-_LimitedPrecisionReal_Init(pass,__pRT__,snd);
-_Float_Init(pass,__pRT__,snd);
-_ShortFloat_Init(pass,__pRT__,snd);
-_Point_Init(pass,__pRT__,snd);
-_Character_Init(pass,__pRT__,snd);
-_Date_Init(pass,__pRT__,snd);
-_Message_Init(pass,__pRT__,snd);
-_MiniDebugger_Init(pass,__pRT__,snd);
-_MiniInspector_Init(pass,__pRT__,snd);
-_ObjectMemory_Init(pass,__pRT__,snd);
-_ProcessorScheduler_Init(pass,__pRT__,snd);
-_Geometric_Init(pass,__pRT__,snd);
-_Rectangle_Init(pass,__pRT__,snd);
-_Registry_Init(pass,__pRT__,snd);
-_HandleRegistry_Init(pass,__pRT__,snd);
-_Signal_Init(pass,__pRT__,snd);
-_QuerySignal_Init(pass,__pRT__,snd);
-_Smalltalk_Init(pass,__pRT__,snd);
-_Stream_Init(pass,__pRT__,snd);
-_PeekableStream_Init(pass,__pRT__,snd);
-_PositionableStream_Init(pass,__pRT__,snd);
-_ReadStream_Init(pass,__pRT__,snd);
-_WriteStream_Init(pass,__pRT__,snd);
-_ReadWriteStream_Init(pass,__pRT__,snd);
-_ExternalStream_Init(pass,__pRT__,snd);
-_FileStream_Init(pass,__pRT__,snd);
-_DirectoryStream_Init(pass,__pRT__,snd);
-_NonPositionableExternalStream_Init(pass,__pRT__,snd);
-_PipeStream_Init(pass,__pRT__,snd);
-_UndefinedObject_Init(pass,__pRT__,snd);
-_ExternalAddress_Init(pass,__pRT__,snd);
-_ExternalBytes_Init(pass,__pRT__,snd);
-_ExternalFunction_Init(pass,__pRT__,snd);
-_MethodDictionary_Init(pass,__pRT__,snd);
-_OperatingSystem_Init(pass,__pRT__,snd);
-_ObsoleteObject_Init(pass,__pRT__,snd);
-_BinaryObjectStorage_Init(pass,__pRT__,snd);
-_BinaryIOManager_Init(pass,__pRT__,snd);
-_BinaryInputManager_Init(pass,__pRT__,snd);
-_BinaryOutputManager_Init(pass,__pRT__,snd);
- __END_PACKAGE__();
-}