[Commit] nickle builtin.5c,1.4,1.5

Bart Massey commit at keithp.com
Wed Dec 3 23:04:20 PST 2003


Committed by: bart

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

Modified Files:
	builtin.5c 
Log Message:
Fixed weird missing semicolon.



Index: builtin.5c
===================================================================
RCS file: /local/src/CVS/nickle/builtin.5c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- builtin.5c	13 Oct 2003 05:48:57 -0000	1.4
+++ builtin.5c	4 Dec 2003 07:04:18 -0000	1.5
@@ -91,7 +91,7 @@
 library "math.5c";
 import Math;
 library "scanf.5c";
-library "socket.5c"
+library "socket.5c";
 
 # Now autoload/autoimport the bonus stuff
 autoimport Abort;




More information about the Commit mailing list