*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Mon, 24 Sep 2001 11:44:19 +0200
changeset 6039 a32a642ac323
parent 6038 c365981fc61e
child 6040 466471dd7b23
*** empty log message ***
Make.proto
--- a/Make.proto	Mon Sep 24 11:41:07 2001 +0200
+++ b/Make.proto	Mon Sep 24 11:44:19 2001 +0200
@@ -1,4 +1,4 @@
-# $Header: /cvs/stx/stx/libbasic/Make.proto,v 1.140 2001-09-12 09:42:52 mb Exp $
+# $Header: /cvs/stx/stx/libbasic/Make.proto,v 1.141 2001-09-24 09:44:19 cg Exp $
 #
 # -------------- no need to change anything below ----------
 
@@ -117,6 +117,7 @@
       GenericException.$(O)  \
 	ControlInterrupt.$(O) \
 	  HaltInterrupt.$(O)  \
+	    BreakPointInterrupt.$(O)  \
 	  UserInterrupt.$(O)  \
 	Exception.$(O)       \
 	  Error.$(O)         \
@@ -128,8 +129,8 @@
 	      SignalError.$(O) \
 		WrongProceedabilityError.$(O) \
 	      ContextError.$(O) \
-	        CannotResumeError.$(O) \
-	        CannotReturnError.$(O) \
+		CannotResumeError.$(O) \
+		CannotReturnError.$(O) \
 	      PrimitiveFailure.$(O) \
 	    ArithmeticError.$(O) \
 	      DomainError.$(O) \