diff: rename files to avoid >31 char file names
Fergus Henderson
fjh at cs.mu.OZ.AU
Wed Jul 8 05:39:36 AEST 1998
runtime/Mmakefile:
runtime/mercury_table_int_float_string.h:
runtime/mercury_table_int_float_string.c:
runtime/mercury_table_builtins.h:
runtime/mercury_table_builtins.c:
Rename mercury_table_int_float_string.[hc] as
mercury_table_builtins.[hc], to avoid portability
problems (reported by Chris Higgins <c.higgins at ndirect.co.uk>,
who is trying to port Mercury to MacOS with MPW)
with file names that are not unique in the first 31 characters.
Index: runtime/Mmakefile
===================================================================
RCS file: /home/mercury1/repository/mercury/runtime/Mmakefile,v
retrieving revision 1.31
diff -u -r1.31 Mmakefile
--- Mmakefile 1998/07/03 02:35:04 1.31
+++ Mmakefile 1998/07/07 19:31:00
@@ -60,8 +60,8 @@
mercury_table.h \
mercury_table_any.h \
mercury_table_enum.h \
- mercury_table_int_float_string.h \
- mercury_table_type_info.h\
+ mercury_table_builtins.h \
+ mercury_table_type_info.h \
mercury_tabling.h \
mercury_tags.h \
mercury_thread.h \
@@ -115,8 +115,8 @@
mercury_thread.c \
mercury_table_any.c \
mercury_table_enum.c \
- mercury_table_int_float_string.c\
- mercury_table_type_info.c\
+ mercury_table_builtins.c \
+ mercury_table_type_info.c \
mercury_timing.c \
mercury_trace.c \
mercury_trace_base.c \
cvs diff: runtime/mercury_table_builtins.c is a new entry, no comparison available
cvs diff: runtime/mercury_table_builtins.h is a new entry, no comparison available
cvs diff: runtime/mercury_table_int_float_string.c was removed, no comparison available
cvs diff: runtime/mercury_table_int_float_string.h was removed, no comparison available
--
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