[m-dev.] diff: rename files to avoid >31 char file names

Fergus Henderson fjh at cs.mu.OZ.AU
Wed Jul 8 05:58:46 AEST 1998


On 08-Jul-1998, Fergus Henderson <fjh at cs.mu.OZ.AU> wrote:
> 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.

Oops, I forgot to include my change to runtime/mercury_tabling.h
in that diff.

Index: mercury_tabling.h
===================================================================
RCS file: /home/mercury1/repository/mercury/runtime/mercury_tabling.h,v
retrieving revision 1.2
diff -u -u -r1.2 mercury_tabling.h
--- mercury_tabling.h	1998/05/16 15:31:03	1.2
+++ mercury_tabling.h	1998/07/07 19:54:41
@@ -21,7 +21,7 @@
 #include "mercury_table_enum.h"
 #include "mercury_table_any.h"
 #include "mercury_table_type_info.h"
-#include "mercury_table_int_float_string.h"
+#include "mercury_table_builtins.h"
 
 
 #define MR_TABLE_WORD(Table, Value)					\
-- 
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