diff -r 25e15ef5d8f1 -r 9c508a297bc4 libInit.cc --- a/libInit.cc Thu Oct 01 10:38:27 2009 +0200 +++ b/libInit.cc Thu Oct 01 10:38:29 2009 +0200 @@ -1,5 +1,5 @@ /* - * $Header: /cvs/stx/stx/libbasic/libInit.cc,v 1.141 2009-09-17 14:59:30 fm Exp $ + * $Header: /cvs/stx/stx/libbasic/libInit.cc,v 1.142 2009-10-01 08:38:29 fm Exp $ * * DO NOT EDIT * automagically generated from the projectDefinition: stx_libbasic. @@ -23,7 +23,6 @@ _ProtoObject_Init(pass,__pRT__,snd); _AbstractOperatingSystem_Init(pass,__pRT__,snd); _AbstractSourceFileReader_Init(pass,__pRT__,snd); -_AbstractSourceFileWriter_Init(pass,__pRT__,snd); _Behavior_Init(pass,__pRT__,snd); _Boolean_Init(pass,__pRT__,snd); _CharacterEncoder_Init(pass,__pRT__,snd); @@ -100,7 +99,6 @@ _SequenceableCollection_Init(pass,__pRT__,snd); _Set_Init(pass,__pRT__,snd); _SmalltalkChunkFileSourceReader_Init(pass,__pRT__,snd); -_SmalltalkChunkFileSourceWriter_Init(pass,__pRT__,snd); _SmalltalkLanguage_Init(pass,__pRT__,snd); _True_Init(pass,__pRT__,snd); _UnixFilename_Init(pass,__pRT__,snd); @@ -152,6 +150,7 @@ _YesToAllConfirmation_Init(pass,__pRT__,snd); _stx_137libbasic_Init(pass,__pRT__,snd); _AbortAllOperationRequest_Init(pass,__pRT__,snd); +_AbstractSourceFileWriter_Init(pass,__pRT__,snd); _Array_Init(pass,__pRT__,snd); _BreakPointInterrupt_Init(pass,__pRT__,snd); _CheapBlock_Init(pass,__pRT__,snd); @@ -193,7 +192,6 @@ _AllocationFailure_Init(pass,__pRT__,snd); _ArithmeticError_Init(pass,__pRT__,snd); _AssertionFailedError_Init(pass,__pRT__,snd); -_AutoloadMetaclass_Init(pass,__pRT__,snd); _ByteArray_Init(pass,__pRT__,snd); _CharacterWriteStream_Init(pass,__pRT__,snd); _ContextError_Init(pass,__pRT__,snd); @@ -222,6 +220,7 @@ _ShortFloat_Init(pass,__pRT__,snd); _SignalError_Init(pass,__pRT__,snd); _SmallInteger_Init(pass,__pRT__,snd); +_SmalltalkChunkFileSourceWriter_Init(pass,__pRT__,snd); _StreamError_Init(pass,__pRT__,snd); _SubclassResponsibilityError_Init(pass,__pRT__,snd); _TimeoutError_Init(pass,__pRT__,snd); @@ -284,25 +283,15 @@ _PipeStream_Init(pass,__pRT__,snd); _Symbol_Init(pass,__pRT__,snd); _Unicode16String_Init(pass,__pRT__,snd); -#ifdef UNIX -_UnixFileDescriptorHandle_Init(pass,__pRT__,snd); -_UnixFileHandle_Init(pass,__pRT__,snd); -_UnixOperatingSystem_Init(pass,__pRT__,snd); -#endif /* UNIX */ #ifdef WIN32 +_PCFilename_Init(pass,__pRT__,snd); _CharacterEncoderImplementations__MS_137Baltic_Init(pass,__pRT__,snd); _CharacterEncoderImplementations__MS_137Cyrillic_Init(pass,__pRT__,snd); _CharacterEncoderImplementations__MS_137Greek_Init(pass,__pRT__,snd); -_PCFilename_Init(pass,__pRT__,snd); +_Win32Handle_Init(pass,__pRT__,snd); _Win32FILEHandle_Init(pass,__pRT__,snd); -_Win32Handle_Init(pass,__pRT__,snd); _Win32OperatingSystem_Init(pass,__pRT__,snd); #endif /* WIN32 */ -#ifdef VMS -_OpenVMSFileHandle_Init(pass,__pRT__,snd); -_OpenVMSFilename_Init(pass,__pRT__,snd); -_OpenVMSOperatingSystem_Init(pass,__pRT__,snd); -#endif /* VMS */ __END_PACKAGE__();