*** empty log message ***
authorStefan Vogel <sv@exept.de>
Wed, 16 Nov 2005 11:41:27 +0100
changeset 8993 822e20105e38
parent 8992 0feb5e68e5a7
child 8994 cbf9e75584fe
*** empty log message ***
Make.spec
abbrev.stc
libInit.cc
--- a/Make.spec	Wed Nov 16 11:35:35 2005 +0100
+++ b/Make.spec	Wed Nov 16 11:41:27 2005 +0100
@@ -1,4 +1,4 @@
-# $Header: /cvs/stx/stx/libbasic/Make.spec,v 1.34 2005-04-07 18:23:33 cg Exp $
+# $Header: /cvs/stx/stx/libbasic/Make.spec,v 1.35 2005-11-16 10:41:27 stefan Exp $
 #
 # -------------- no need to change anything below ----------
 
@@ -134,6 +134,7 @@
 	    $(OUTDIR)DeepCopyError.$(O) \
 	    $(OUTDIR)SubclassResponsibilityError.$(O) \
 	    $(OUTDIR)StreamError.$(O) \
+	      $(OUTDIR)EndOfStreamError.$(O) \
 	      $(OUTDIR)IncompleteNextCountError.$(O) \
 	      $(OUTDIR)PositionOutOfBoundsError.$(O) \
 	      $(OUTDIR)InvalidModeError.$(O) \
--- a/abbrev.stc	Wed Nov 16 11:35:35 2005 +0100
+++ b/abbrev.stc	Wed Nov 16 11:41:27 2005 +0100
@@ -119,7 +119,8 @@
 ElementBoundsError ElementBoundsError stx:libbasic 'Kernel-Exceptions-Errors' 0
 EncodedStream EncodedStream stx:libbasic 'Collections-Text-Encodings' 0
 EncodingError EncodingError stx:libbasic 'Collections-Text-Encodings' 0
-EndOfStreamNotification EndOfStreamNotification stx:libbasic 'Streams' 0
+EndOfStreamError EndOfStreamError stx:libbasic 'Kernel-Exceptions-Errors' 0
+EndOfStreamNotification EndOfStreamNotification stx:libbasic 'Kernel-Exceptions-Errors' 0
 Error Error stx:libbasic 'Kernel-Exceptions-Errors' 0
 Exception Exception stx:libbasic 'Kernel-Exceptions' 0
 ExceptionHandlerSet ExceptionHandlerSet stx:libbasic 'Kernel-Exceptions' 0
--- a/libInit.cc	Wed Nov 16 11:35:35 2005 +0100
+++ b/libInit.cc	Wed Nov 16 11:41:27 2005 +0100
@@ -98,6 +98,7 @@
 _DeepCopyError_Init(pass,__pRT__,snd);
 _SubclassResponsibilityError_Init(pass,__pRT__,snd);
 _StreamError_Init(pass,__pRT__,snd);
+_EndOfStreamError_Init(pass,__pRT__,snd);
 _IncompleteNextCountError_Init(pass,__pRT__,snd);
 _PositionOutOfBoundsError_Init(pass,__pRT__,snd);
 _InvalidModeError_Init(pass,__pRT__,snd);