[m-dev.] trivial diff: GCC back-end: declare merc_continue_frontent
Fergus Henderson
fjh at cs.mu.OZ.AU
Thu Jan 18 22:50:33 AEDT 2001
Estimated hours taken: 0.1
gcc/mercury/mercury-gcc.h:
Add missing declaration of `merc_continue_frontend' --
I forgot to commit this along with my earlier change, which
defined it in gcc/mercury/mercury-gcc.c and used it in
mercury/compiler/mlds_to_gcc.m.
Index: mercury-gcc.h
===================================================================
RCS file: /home/mercury1/repository/gcc/mercury/mercury-gcc.h,v
retrieving revision 1.13
diff -u -d -u -r1.13 mercury-gcc.h
--- mercury-gcc.h 2001/01/01 13:57:05 1.13
+++ mercury-gcc.h 2001/01/17 13:20:24
@@ -28,6 +28,8 @@
/* global variables */
+extern void (*merc_continue_frontend) PARAMS((void));
+
extern tree merc_alloc_function_node;
extern tree merc_strcmp_function_node;
extern tree merc_hash_string_function_node;
--
Fergus Henderson <fjh at cs.mu.oz.au> | "I have always known that the pursuit
| of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh> | -- the last words of T. S. Garp.
--------------------------------------------------------------------------
mercury-developers mailing list
Post messages to: mercury-developers at cs.mu.oz.au
Administrative Queries: owner-mercury-developers at cs.mu.oz.au
Subscriptions: mercury-developers-request at cs.mu.oz.au
--------------------------------------------------------------------------
More information about the developers
mailing list