[m-dev.] trivial diff: fix name in generated comments
Mark Anthony BROWN
dougl at cs.mu.OZ.AU
Wed Feb 16 16:54:55 AEDT 2000
Estimated hours taken: 0.2
compiler/export.m:
Print the name correctly in generated header files.
Index: export.m
===================================================================
RCS file: /home/mercury1/repository/mercury/compiler/export.m,v
retrieving revision 1.31
diff -u -r1.31 export.m
--- export.m 1999/11/28 08:12:32 1.31
+++ export.m 2000/02/16 05:38:23
@@ -1,5 +1,5 @@
%-----------------------------------------------------------------------------%
-% Copyright (C) 1996-1999 The University of Melbourne.
+% Copyright (C) 1996-2000 The University of Melbourne.
% This file may only be copied under the terms of the GNU General
% Public License - see the file COPYING in the Mercury distribution.
%-----------------------------------------------------------------------------%
@@ -480,7 +480,7 @@
{ library__version(Version) },
io__write_strings(["/*\n** Automatically generated from `",
SourceFileName,
- ".m' by the\n** Mercury compiler, version ", Version,
+ "' by the\n** Mercury compiler, version ", Version,
". Do not edit.\n*/\n"]),
{ llds_out__sym_name_mangle(ModuleName, MangledModuleName) },
{ string__to_upper(MangledModuleName, UppercaseModuleName) },
--
Mark Brown, PhD student )O+ | "Another of Fortran's breakthroughs
(m.brown at cs.mu.oz.au) | was the GOTO statement, which was...
Dept. of Computer Science and Software | uniquely simple and understandable"
Engineering, University of Melbourne | -- IEEE, 1994
--------------------------------------------------------------------------
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