diff: llds_out.m: s/imp.h/mercury_imp.h/g
Fergus Henderson
fjh at cs.mu.oz.au
Sun Nov 23 20:02:20 AEDT 1997
compiler/llds_out.m:
s/imp.h/mercury_imp.h/g
Index: llds_out.m
===================================================================
RCS file: /home/mercury1/repository/mercury/compiler/llds_out.m,v
retrieving revision 1.62
diff -u -u -r1.62 llds_out.m
--- llds_out.m 1997/11/11 05:27:50 1.62
+++ llds_out.m 1997/11/23 08:58:37
@@ -168,7 +168,7 @@
io__write_string("\n"),
io__write_string("ENDINIT\n"),
io__write_string("*/\n\n"),
- io__write_string("#include ""imp.h""\n"),
+ io__write_string("#include ""mercury_imp.h""\n"),
io__write_string("\n"),
output_c_module_init_list(BaseName, Modules),
io__told
@@ -212,7 +212,7 @@
io__write_string("ENDINIT\n"),
io__write_string("*/\n\n")
),
- io__write_string("#include ""imp.h""\n"),
+ io__write_string("#include ""mercury_imp.h""\n"),
output_c_header_include_lines(C_HeaderLines),
io__write_string("\n"),
{ gather_c_file_labels(Modules, Labels) },
--
Fergus Henderson <fjh at cs.mu.oz.au> | "I have always known that the pursuit
WWW: <http://www.cs.mu.oz.au/~fjh> | of excellence is a lethal habit"
PGP: finger fjh at 128.250.37.3 | -- the last words of T. S. Garp.
More information about the developers
mailing list