[m-dev.] trivial diff: fix syntax error in time.m

David Glen JEFFERY dgj at cs.mu.OZ.AU
Tue Nov 9 17:16:24 AEDT 1999


Estimated hours taken: 0.1

library/time.m:
	Fix a syntax error in C code which probably hasn't been executed
	before because of preprocessor tricks.

Index: time.m
===================================================================
RCS file: /home/staff/zs/imp/mercury/library/time.m,v
retrieving revision 1.15
diff -u -t -r1.15 time.m
--- time.m	1999/10/29 01:59:50	1.15
+++ time.m	1999/11/09 06:13:02
@@ -233,7 +233,7 @@
         CUt = (Integer) t.tms_cutime;
         CSt = (Integer) t.tms_cstime;
 #else
-        Ret = -1
+        Ret = -1;
 #endif
         update_io(IO0, IO);
 }").


dgj
-- 
David Jeffery (dgj at cs.mu.oz.au) | If your thesis is utterly vacuous
PhD student,                    | Use first-order predicate calculus.
Dept. of Comp. Sci. & Soft. Eng.|     With sufficient formality
The University of Melbourne     |     The sheerist banality
Australia                       | Will be hailed by the critics: "Miraculous!"
                                |     -- Anon.
--------------------------------------------------------------------------
mercury-developers mailing list
Post messages to:       mercury-developers at cs.mu.oz.au
Administrative Queries: owner-mercury-developers at cs.mu.oz.au
Subscriptions:          mercury-developers-request at cs.mu.oz.au
--------------------------------------------------------------------------



More information about the developers mailing list