[m-rev.] trivial diff: hlds_out.m minor fix
Fergus Henderson
fjh at cs.mu.OZ.AU
Fri Jan 17 16:08:04 AEDT 2003
Estimated hours taken: 0.1
Branches: main
compiler/hlds_out.m:
Fix an inconsistency in the output:
one of the goal attributes wasn't being prefixed with "% ".j
Workspace: /home/ceres/fjh/mercury
Index: compiler/hlds_out.m
===================================================================
RCS file: /home/mercury1/repository/mercury/compiler/hlds_out.m,v
retrieving revision 1.291
diff -u -d -r1.291 hlds_out.m
--- compiler/hlds_out.m 14 Jan 2003 16:42:26 -0000 1.291
+++ compiler/hlds_out.m 16 Jan 2003 07:45:10 -0000
@@ -870,7 +870,7 @@
io__write_string(", status: "),
hlds_out__write_import_status(ImportStatus),
io__write_string("\n"),
- io__write_string("goal_type: "),
+ io__write_string("% goal_type: "),
{ pred_info_get_goal_type(PredInfo, GoalType) },
io__write(GoalType),
io__write_string("\n"),
--
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