*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Tue, 08 Jun 2004 20:16:25 +0200
changeset 8387 9622f88cac11
parent 8386 d600ab917968
child 8388 b5cf7abdfe64
*** empty log message ***
abbrev.stc
libInit.cc
--- a/abbrev.stc	Tue Jun 08 20:03:09 2004 +0200
+++ b/abbrev.stc	Tue Jun 08 20:16:25 2004 +0200
@@ -307,4 +307,5 @@
 WriteStream WriteStream stx:libbasic 'Streams' 0
 WrongNumberOfArgumentsError WrongNumberOfArgumentsError stx:libbasic 'Kernel-Exceptions-ExecutionErrors' 0
 WrongProceedabilityError WrongProceedabilityError stx:libbasic 'Kernel-Exceptions-Errors' 0
+YesToAllConfirmation YesToAllConfirmation stx:libbasic 'Kernel-Exceptions' 0
 ZeroDivide ZeroDivide stx:libbasic 'Kernel-Exceptions-Errors' 0
--- a/libInit.cc	Tue Jun 08 20:03:09 2004 +0200
+++ b/libInit.cc	Tue Jun 08 20:16:25 2004 +0200
@@ -246,6 +246,7 @@
 _NoByteCodeError_Init(pass,__pRT__,snd);
 _NonBooleanReceiverError_Init(pass,__pRT__,snd);
 #ifdef WIN32
+_ExternalStream_Init(pass,__pRT__,snd);
 _PCFilename_Init(pass,__pRT__,snd);
 _Win32FILEHandle_Init(pass,__pRT__,snd);
 _Win32OperatingSystem_Init(pass,__pRT__,snd);