libInit.cc
author ps
Thu, 30 Dec 1999 12:07:15 +0100
changeset 5156 f7d6a1e1a890
parent 5075 c9e585ae97d4
child 5330 802165ba8aa6
permissions -rw-r--r--
checkin from browser

/*
 * DO NOT EDIT 
 * automatically generated from Make.proto (by make libInit.cc)
 */
#define __INDIRECTVMINITCALLS__
#include <stc.h>
#define INIT_TEXT_SECT /* as nothing */
#ifdef WIN32
# pragma codeseg INITCODE "INITCODE"
#else /* not WIN32 */
# if defined(__GNUC__) && !defined(NO_SECTION_ATTRIBUTES)
#  if (__GNUC__  == 2 && __GNUC_MINOR__ >= 7) || __GNUC__ > 2
#   undef INIT_TEXT_SECT
#   define INIT_TEXT_SECT __attribute__((section(".stxitext")))
#  endif
# endif /* not GNUC */
#endif /* not WIN32 */
#ifdef INIT_TEXT_SECT
extern void _libbasic_Init() INIT_TEXT_SECT;
#endif
void _libbasic_Init(pass, __pRT__, snd)
OBJ snd; struct __vmData__ *__pRT__; {
__BEGIN_PACKAGE2__("libbasic", _libbasic_Init, "stx:libbasic");
_Object_Init(pass,__pRT__,snd);
_Autoload_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);
_SequenceableCollection_Init(pass,__pRT__,snd);
_ArrayedCollection_Init(pass,__pRT__,snd);
_UninterpretedBytes_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);
_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);
_ExceptionHandlerSet_Init(pass,__pRT__,snd);
_SemaphoreSet_Init(pass,__pRT__,snd);
_Context_Init(pass,__pRT__,snd);
_BlockContext_Init(pass,__pRT__,snd);
_Delay_Init(pass,__pRT__,snd);
_GenericException_Init(pass,__pRT__,snd);
_Exception_Init(pass,__pRT__,snd);
_Error_Init(pass,__pRT__,snd);
_TimeoutError_Init(pass,__pRT__,snd);
_ProceedableError_Init(pass,__pRT__,snd);
_SignalError_Init(pass,__pRT__,snd);
_WrongProceedabilityError_Init(pass,__pRT__,snd);
_Warning_Init(pass,__pRT__,snd);
_ProceedError_Init(pass,__pRT__,snd);
_Notification_Init(pass,__pRT__,snd);
_UserNotification_Init(pass,__pRT__,snd);
_NoHandlerError_Init(pass,__pRT__,snd);
_RecursiveExceptionError_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);
_AutoloadMetaclass_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);
_FixedPoint_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);
_LongFloat_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);
_FileDirectory_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);
_OSHandle_Init(pass,__pRT__,snd);
_OSFileHandle_Init(pass,__pRT__,snd);
_AbstractOperatingSystem_Init(pass,__pRT__,snd);
_UserPreferences_Init(pass,__pRT__,snd);
#ifdef WIN32
_PCFilename_Init(pass,__pRT__,snd);
_Win32FileHandle_Init(pass,__pRT__,snd);
_Win32Handle_Init(pass,__pRT__,snd);
_Win32OperatingSystem_Init(pass,__pRT__,snd);
#endif
#ifdef VMS
_OpenVMSFilename_Init(pass,__pRT__,snd);
_OpenVMSFileHandle_Init(pass,__pRT__,snd);
_OpenVMSOperatingSystem_Init(pass,__pRT__,snd);
#endif
#ifdef UNIX
_UnixFilename_Init(pass,__pRT__,snd);
_UnixFileHandle_Init(pass,__pRT__,snd);
_UnixFileDescriptorHandle_Init(pass,__pRT__,snd);
_UnixOperatingSystem_Init(pass,__pRT__,snd);
#endif
#ifdef OS2
#endif
#ifdef BEOS
#endif
__END_PACKAGE__();
}