libInit.cc
author Claus Gittinger <cg@exept.de>
Tue, 09 Mar 2004 00:05:08 +0100
changeset 8118 efc99c0f68bc
parent 8091 069056576fb5
child 8119 56fd0cf42779
permissions -rw-r--r--
*** empty log message ***

/*
 * DO NOT EDIT 
 * automagically 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);
_ProtoObject_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);
_ReadOnlySequenceableCollection_Init(pass,__pRT__,snd);
_Interval_Init(pass,__pRT__,snd);
_LinkedList_Init(pass,__pRT__,snd);
_Semaphore_Init(pass,__pRT__,snd);
_RecursionLock_Init(pass,__pRT__,snd);
_OrderedCollection_Init(pass,__pRT__,snd);
_SortedCollection_Init(pass,__pRT__,snd);
_StringCollection_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);
_CharacterEncoder_Init(pass,__pRT__,snd);
_CharacterEncoderImplementations__SingleByteEncoder_Init(pass,__pRT__,snd);
_CharacterEncoderImplementations__TwoByteEncoder_Init(pass,__pRT__,snd);
_CharacterEncoderImplementations__NullEncoder_Init(pass,__pRT__,snd);
_CharacterEncoderImplementations__InverseEncoder_Init(pass,__pRT__,snd);
_CharacterEncoderImplementations__ISO8859_1371_Init(pass,__pRT__,snd);
_Context_Init(pass,__pRT__,snd);
_BlockContext_Init(pass,__pRT__,snd);
_Delay_Init(pass,__pRT__,snd);
_GenericException_Init(pass,__pRT__,snd);
_ControlInterrupt_Init(pass,__pRT__,snd);
_HaltInterrupt_Init(pass,__pRT__,snd);
_BreakPointInterrupt_Init(pass,__pRT__,snd);
_UserInterrupt_Init(pass,__pRT__,snd);
_Exception_Init(pass,__pRT__,snd);
_ControlRequest_Init(pass,__pRT__,snd);
_AbortOperationRequest_Init(pass,__pRT__,snd);
_AbortAllOperationRequest_Init(pass,__pRT__,snd);
_TerminateProcessRequest_Init(pass,__pRT__,snd);
_RestartProcessRequest_Init(pass,__pRT__,snd);
_Error_Init(pass,__pRT__,snd);
_MessageNotUnderstood_Init(pass,__pRT__,snd);
_TimeoutError_Init(pass,__pRT__,snd);
_ProceedableError_Init(pass,__pRT__,snd);
_SubclassResponsibilityError_Init(pass,__pRT__,snd);
_StreamError_Init(pass,__pRT__,snd);
_IncompleteNextCountError_Init(pass,__pRT__,snd);
_PositionOutOfBoundsError_Init(pass,__pRT__,snd);
_InvalidModeError_Init(pass,__pRT__,snd);
_InvalidOperationError_Init(pass,__pRT__,snd);
_OpenError_Init(pass,__pRT__,snd);
_PositionError_Init(pass,__pRT__,snd);
_ReadError_Init(pass,__pRT__,snd);
_InvalidReadError_Init(pass,__pRT__,snd);
_WriteError_Init(pass,__pRT__,snd);
_InvalidWriteError_Init(pass,__pRT__,snd);
_StreamNotOpenError_Init(pass,__pRT__,snd);
_StreamIOError_Init(pass,__pRT__,snd);
_SignalError_Init(pass,__pRT__,snd);
_WrongProceedabilityError_Init(pass,__pRT__,snd);
_ContextError_Init(pass,__pRT__,snd);
_CannotResumeError_Init(pass,__pRT__,snd);
_CannotReturnError_Init(pass,__pRT__,snd);
_PrimitiveFailure_Init(pass,__pRT__,snd);
_ArithmeticError_Init(pass,__pRT__,snd);
_DomainError_Init(pass,__pRT__,snd);
_ZeroDivide_Init(pass,__pRT__,snd);
_RangeError_Init(pass,__pRT__,snd);
_UnderflowError_Init(pass,__pRT__,snd);
_OverflowError_Init(pass,__pRT__,snd);
_UnorderedNumbersError_Init(pass,__pRT__,snd);
_ConversionError_Init(pass,__pRT__,snd);
_CharacterEncoderError_Init(pass,__pRT__,snd);
_EncodingError_Init(pass,__pRT__,snd);
_DecodingError_Init(pass,__pRT__,snd);
_InvalidEncodingError_Init(pass,__pRT__,snd);
_CharacterRangeError_Init(pass,__pRT__,snd);
_NotFoundError_Init(pass,__pRT__,snd);
_IndexNotFoundError_Init(pass,__pRT__,snd);
_NonIntegerIndexError_Init(pass,__pRT__,snd);
_SubscriptOutOfBoundsError_Init(pass,__pRT__,snd);
_AllocationFailure_Init(pass,__pRT__,snd);
_MallocFailure_Init(pass,__pRT__,snd);
_RecursionError_Init(pass,__pRT__,snd);
_SnapshotError_Init(pass,__pRT__,snd);
_Notification_Init(pass,__pRT__,snd);
_Query_Init(pass,__pRT__,snd);
_QueryWithoutDefault_Init(pass,__pRT__,snd);
_EndOfStreamNotification_Init(pass,__pRT__,snd);
_UserNotification_Init(pass,__pRT__,snd);
_UserInformation_Init(pass,__pRT__,snd);
_Warning_Init(pass,__pRT__,snd);
_ProceedError_Init(pass,__pRT__,snd);
_NoHandlerError_Init(pass,__pRT__,snd);
_RecursiveExceptionError_Init(pass,__pRT__,snd);
_ClassBuilder_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);
_MessageSend_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);
_EncodedStream_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);
_OSErrorHolder_Init(pass,__pRT__,snd);
_OsError_Init(pass,__pRT__,snd);
_OsInvalidArgumentsError_Init(pass,__pRT__,snd);
_OsNotification_Init(pass,__pRT__,snd);
_OsIllegalOperation_Init(pass,__pRT__,snd);
_OsNeedRetryError_Init(pass,__pRT__,snd);
_OsTransferFaultError_Init(pass,__pRT__,snd);
_OsInaccessibleError_Init(pass,__pRT__,snd);
_OsNoResourcesError_Init(pass,__pRT__,snd);
_AbstractOperatingSystem_Init(pass,__pRT__,snd);
_UserPreferences_Init(pass,__pRT__,snd);
_AbstractObjectCoder_Init(pass,__pRT__,snd);
_ObjectCoder_Init(pass,__pRT__,snd);
_HashStream_Init(pass,__pRT__,snd);
_MD5Stream_Init(pass,__pRT__,snd);
_ExecutionError_Init(pass,__pRT__,snd);
_ArgumentError_Init(pass,__pRT__,snd);
_WrongNumberOfArgumentsError_Init(pass,__pRT__,snd);
_InvalidCodeError_Init(pass,__pRT__,snd);
_BadLiteralsError_Init(pass,__pRT__,snd);
_InvalidByteCodeError_Init(pass,__pRT__,snd);
_InvalidInstructionError_Init(pass,__pRT__,snd);
_NoByteCodeError_Init(pass,__pRT__,snd);
_NonBooleanReceiverError_Init(pass,__pRT__,snd);
#ifdef WIN32
_PCFilename_Init(pass,__pRT__,snd);
_Win32FILEHandle_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__();
}