[m-dev.] trivial diff: fix table_io missing declaration
Fergus Henderson
fjh at cs.mu.OZ.AU
Fri Dec 8 11:43:27 AEDT 2000
Estimated hours taken: 0.5
library/table_builtin.m:
Add a missing declaration that cause things to break on hg (-O4 --opt-space)
in grade `asm_fast'.
Workspace: /home/pgrad/fjh/ws/hg
Index: library/table_builtin.m
===================================================================
RCS file: /home/mercury1/repository/mercury/library/table_builtin.m,v
retrieving revision 1.4
diff -u -d -r1.4 table_builtin.m
--- library/table_builtin.m 2000/12/06 06:05:40 1.4
+++ library/table_builtin.m 2000/12/08 00:38:03
@@ -926,6 +926,8 @@
mercury_data___type_ctor_info_float_0;
extern MR_STATIC_CODE_CONST struct MR_TypeCtorInfo_Struct
mercury_data___type_ctor_info_character_0;
+extern MR_STATIC_CODE_CONST struct MR_TypeCtorInfo_Struct
+ mercury_data_io__type_ctor_info_state_0;
").
--
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