*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Fri, 07 Sep 2001 12:08:32 +0200
changeset 5972 3f5e2f62cfec
parent 5971 686ef746dacc
child 5973 ebf220026e0a
*** empty log message ***
Make.proto
abbrev.stc
--- a/Make.proto	Fri Sep 07 12:05:54 2001 +0200
+++ b/Make.proto	Fri Sep 07 12:08:32 2001 +0200
@@ -1,4 +1,4 @@
-# $Header: /cvs/stx/stx/libbasic/Make.proto,v 1.135 2001-09-04 11:37:24 cg Exp $
+# $Header: /cvs/stx/stx/libbasic/Make.proto,v 1.136 2001-09-07 10:08:32 cg Exp $
 #
 # -------------- no need to change anything below ----------
 
@@ -115,6 +115,9 @@
 	BlockContext.$(O)    \
       Delay.$(O)             \
       GenericException.$(O)  \
+	ControlInterrupt.$(O) \
+	  HaltInterrupt.$(O)  \
+	  UserInterrupt.$(O)  \
 	Exception.$(O)       \
 	  Error.$(O)         \
 	    TimeoutError.$(O) \
--- a/abbrev.stc	Fri Sep 07 12:05:54 2001 +0200
+++ b/abbrev.stc	Fri Sep 07 12:08:32 2001 +0200
@@ -24,6 +24,7 @@
 Collection Collection stx:libbasic 'Collections-Abstract'
 CompiledCode CompiledCode stx:libbasic 'Kernel-Methods'
 Context Context stx:libbasic 'Kernel-Methods'
+ControlInterrupt ControlInterrupt stx:libbasic 'Kernel-Exceptions'
 Date Date stx:libbasic 'Magnitude-General'
 Delay Delay stx:libbasic 'Kernel-Processes'
 Dictionary Dictionary stx:libbasic 'Collections-Unordered'
@@ -48,6 +49,7 @@
 Fraction Fraction stx:libbasic 'Magnitude-Numbers'
 GenericException GenericException stx:libbasic 'Kernel-Exceptions'
 Geometric Geometric stx:libbasic 'Graphics-Geometry'
+HaltInterrupt HaltInterrupt stx:libbasic 'Kernel-Exceptions'
 HandleRegistry HandleRegistry stx:libbasic 'System-Support'
 IdentityDictionary IdentityDictionary stx:libbasic 'Collections-Unordered'
 IdentitySet IdentitySet stx:libbasic 'Collections-Unordered'
@@ -115,6 +117,7 @@
 Stream Stream stx:libbasic 'Streams'
 String String stx:libbasic 'Collections-Text'
 Symbol Symbol stx:libbasic 'Collections-Text'
+SystemNotification SystemNotification stx:libbasic 'Kernel-Exceptions'
 TextCollectorStream TextCollectorStream stx:libbasic 'Streams-Misc'
 Time Time stx:libbasic 'Magnitude-General'
 TimeoutError TimeoutError stx:libbasic 'Kernel-Exceptions'