[m-rev.] trivial diff: fix unterminated comment in library/io.m
Fergus Henderson
fjh at cs.mu.OZ.AU
Tue Dec 3 18:38:29 AEDT 2002
Branches: main, release
Estimated hours taken: 0.25
library/io.m:
Fix a bug in Zoltan's previous change:
terminate an unterminated comment.
Workspace: /home/mars/fjh/ws1/mercury
Index: library/io.m
===================================================================
RCS file: /home/mercury1/repository/mercury/library/io.m,v
retrieving revision 1.276.2.1
diff -u -d -r1.276.2.1 io.m
--- library/io.m 25 Nov 2002 00:27:33 -0000 1.276.2.1
+++ library/io.m 3 Dec 2002 07:35:13 -0000
@@ -4206,6 +4206,7 @@
/*
** The memory for these streams is allocated statically,
** so there is nothing to free.
+ */
} else {
/*
** For the accurate GC or no GC cases,
--
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