Make.proto
changeset 7628 b28e87405222
parent 7361 0572e66a552f
child 7633 be11269e0810
--- a/Make.proto	Mon Oct 06 13:57:25 2003 +0200
+++ b/Make.proto	Tue Oct 07 09:45:15 2003 +0200
@@ -1,4 +1,4 @@
-# $Header: /cvs/stx/stx/libbasic/Make.proto,v 1.165 2003-06-16 09:37:50 tm Exp $
+# $Header: /cvs/stx/stx/libbasic/Make.proto,v 1.166 2003-10-07 07:45:15 penk Exp $
 #
 # -------------- no need to change anything below ----------
 
@@ -119,16 +119,16 @@
 	BlockContext.$(O)    \
       Delay.$(O)             \
       GenericException.$(O)  \
-	ControlInterrupt.$(O) \
-	  HaltInterrupt.$(O)  \
-	    BreakPointInterrupt.$(O)  \
-	  UserInterrupt.$(O)  \
 	ControlRequest.$(O)  \
 	  AbortOperationRequest.$(O)  \
 	  AbortAllOperationRequest.$(O)  \
 	  TerminateProcessRequest.$(O)  \
 	  RestartProcessRequest.$(O)  \
 	Exception.$(O)       \
+	  ControlInterrupt.$(O) \
+	    HaltInterrupt.$(O)  \
+	      BreakPointInterrupt.$(O)  \
+	    UserInterrupt.$(O)  \
 	  Error.$(O)         \
 	    MessageNotUnderstood.$(O) \
 	    TimeoutError.$(O) \