[m-dev.] diff: undefined symbol fix in time.m

Peter Ross petdr at cs.mu.OZ.AU
Fri Oct 29 11:59:22 AEST 1999


Hi,


===================================================================


Estimated hours taken: 0.25

library/time.m:
    Define update_io (using the same definition from io.m) so that the
    library doesn't have any undefined symbols.


Index: time.m
===================================================================
RCS file: /home/staff/zs/imp/mercury/library/time.m,v
retrieving revision 1.14
diff -u -r1.14 time.m
--- time.m	1999/10/28 06:27:14	1.14
+++ time.m	1999/10/29 01:10:37
@@ -159,6 +159,8 @@
 	#ifdef HAVE_SYS_TIMES_H
 		#include <sys/times.h>
 	#endif
+
+	#define update_io(r_src, r_dest)	((r_dest) = (r_src))
 ").
 
 %-----------------------------------------------------------------------------%

----
 +----------------------------------------------------------------------+
 | Peter Ross      M Sci/Eng Melbourne Uni                              |
 | petdr at cs.mu.oz.au  WWW: www.cs.mu.oz.au/~petdr/ ph: +61 3 9344 9158  |
 +----------------------------------------------------------------------+
--------------------------------------------------------------------------
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