trivial diff: fix make_hlds.m to work under sicstus

David Glen JEFFERY dgj at cs.mu.OZ.AU
Mon Feb 2 16:15:46 AEDT 1998


Hi,

Here's a simple fix that I've already committed:


Estimated hours taken: 0.2

compiler/make_hlds.m:
	Change two occurences of `\"' to `""' so that it will work under
	Sicstus.

Index: make_hlds.m
===================================================================
RCS file: /home/staff/zs/imp/mercury/compiler/make_hlds.m,v
retrieving revision 1.257
diff -u -r1.257 make_hlds.m
--- make_hlds.m	1998/01/29 13:42:45	1.257
+++ make_hlds.m	1998/02/02 05:10:02
@@ -1032,7 +1032,7 @@
 				io__write_strings([
 	"\tA quick work-around is just export the type as a concrete type,\n",
 	"\tby putting the type definition in the interface section.\n",
-	"\tA better work-around is to use a \"wrapper\" type, with just one\n",
+	"\tA better work-around is to use a ""wrapper"" type, with just one\n",
 	"\tfunctor that has just one arg, instead of an equivalence type.\n",
 	"\t(There's no performance penalty for this -- the compiler will\n",
 	"\toptimize the wrapper away.)\n"])

love and cuddles,
dgj
-- 
David Jeffery (dgj at cs.mu.oz.au) |  Marge: Did you just call everyone "chicken"?
MEngSc student,                 |  Homer: Noooo.  I swear on this Bible!
Department of Computer Science  |  Marge: That's not a Bible; that's a book of
University of Melbourne         |         carpet samples!
Australia                       |  Homer: Ooooh... Fuzzy.



More information about the developers mailing list