[m-rev.] trivial diff: fix compilation of runtime
Julien Fischer
juliensf at cs.mu.OZ.AU
Thu Nov 3 11:16:53 AEDT 2005
Estimated hours taken: 0.1
Branches: main
runtime/Mmakefile:
Undo a recent change by Ian. I'm not sure if this was intentional
(perhaps part of a change that was only partially committed?) but it
breaks the runtime becuase there is no such file as
mercury_stack_layout.c.
Julien.
Index: Mmakefile
===================================================================
RCS file: /home/mercury1/repository/mercury/runtime/Mmakefile,v
retrieving revision 1.127
diff -u -r1.127 Mmakefile
--- Mmakefile 2 Nov 2005 14:02:10 -0000 1.127
+++ Mmakefile 3 Nov 2005 00:03:50 -0000
@@ -179,7 +179,6 @@
mercury_runtime_util.c \
mercury_signal.c \
mercury_stacks.c \
- mercury_stack_layout.c \
mercury_stack_trace.c \
mercury_string.c \
mercury_tabling.c \
--------------------------------------------------------------------------
mercury-reviews mailing list
post: mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------
More information about the reviews
mailing list