[m-rev.] trivial diff: \n ==> \\n
Fergus Henderson
fjh at cs.mu.OZ.AU
Wed Jan 29 04:16:05 AEDT 2003
Estimated hours taken: 0.5
Branches: main, release
library/table_builtin.m:
Fix ANSI/ISO C conformance bug:
use \\n rather than \n in pragma foreign_proc.
Workspace: /home/ceres/fjh/mercury
Index: library/table_builtin.m
===================================================================
RCS file: /home/mercury1/repository/mercury/library/table_builtin.m,v
retrieving revision 1.25
diff -u -d -r1.25 table_builtin.m
--- library/table_builtin.m 18 Nov 2002 06:08:58 -0000 1.25
+++ library/table_builtin.m 28 Jan 2003 17:09:35 -0000
@@ -545,7 +545,7 @@
#ifdef MR_DEBUG_RETRY
if (MR_io_tabling_debug) {
- printf("" in range\n"");
+ printf("" in range\\n"");
}
#endif
@@ -554,7 +554,7 @@
#ifdef MR_DEBUG_RETRY
if (MR_io_tabling_debug) {
- printf("" not in range\n"");
+ printf("" not in range\\n"");
}
#endif
SUCCESS_INDICATOR = MR_FALSE;
--
Fergus Henderson <fjh at cs.mu.oz.au> | "I have always known that the pursuit
The University of Melbourne | of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh> | -- the last words of T. S. Garp.
--------------------------------------------------------------------------
mercury-reviews mailing list
post: mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------
More information about the reviews
mailing list