[m-dev.] trivial diff: fix "`/*' in comment" warning
Fergus Henderson
fjh at cs.mu.OZ.AU
Mon Feb 26 12:15:53 AEDT 2001
Estimated hours taken: 0.25
runtime/mercury_type_info.h:
Avoid a gcc warning "`/*' inside comment".
Workspace: /mnt/hg/home/hg/fjh/mercury
Index: runtime/mercury_type_info.h
===================================================================
RCS file: /home/mercury1/repository/mercury/runtime/mercury_type_info.h,v
retrieving revision 1.65
diff -u -d -r1.65 mercury_type_info.h
--- runtime/mercury_type_info.h 2001/02/23 01:11:04 1.65
+++ runtime/mercury_type_info.h 2001/02/24 14:13:22
@@ -41,7 +41,7 @@
** runtime/mercury_tabling.c
** runtime/mercury_type_info.c
** library/std_util.m
-** java/*.java
+** java/ *.java
** (for updating the Java backend RTTI
** structures)
**
--
Fergus Henderson <fjh at cs.mu.oz.au> | "I have always known that the pursuit
| of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh> | -- the last words of T. S. Garp.
--------------------------------------------------------------------------
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