[Commit] nickle builtin.5c,1.8,1.9

Bart Massey commit at keithp.com
Tue Nov 30 10:34:44 PST 2004


Committed by: bart

Update of /local/src/CVS/nickle
In directory home.keithp.com:/tmp/cvs-serv26983

Modified Files:
	builtin.5c 
Log Message:
Made abort() available a bit earlier.



Index: builtin.5c
===================================================================
RCS file: /local/src/CVS/nickle/builtin.5c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- builtin.5c	8 Jun 2004 09:30:53 -0000	1.8
+++ builtin.5c	30 Nov 2004 18:34:41 -0000	1.9
@@ -97,11 +97,17 @@
     new ("library", lex_library);
 }
 
+
 # Load the prerequisites for the extra commands.
 library "ctype.5c";
 library "string.5c";
 library "file.5c";
 library "printf.5c";
+
+# Get abort() in early, even if this means not autoimporting it
+library "abort.5c";
+import Abort;
+
 library "history.5c";
 
 # Now load the extra commands.
@@ -115,7 +121,6 @@
 library "socket.5c";
 
 # Now autoload/autoimport the bonus stuff
-autoimport Abort;
 autoload Mutex;
 autoload ARC4;
 autoload PRNG;




More information about the Commit mailing list