[m-dev.] trivial diff: more MR_ prefixes (fact_table.m)
Fergus Henderson
fjh at cs.mu.OZ.AU
Thu Dec 7 23:57:33 AEDT 2000
Estimated hours taken: 0.25
compiler/fact_table.m:
Add some missing `MR_' prefixes.
Workspace: /home/pgrad/fjh/ws/hg
Index: compiler/fact_table.m
===================================================================
RCS file: /home/mercury1/repository/mercury/compiler/fact_table.m,v
retrieving revision 1.37
diff -u -d -r1.37 fact_table.m
--- compiler/fact_table.m 2000/12/04 18:28:17 1.37
+++ compiler/fact_table.m 2000/12/07 00:55:03
@@ -577,17 +577,17 @@
struct MR_fact_table_hash_table_s {
MR_Integer size; /* size of the hash table */
- struct fact_table_hash_entry_s *table; /* the actual table */
+ struct MR_fact_table_hash_entry_s *table; /* the actual table */
};
struct MR_fact_table_hash_table_f {
MR_Integer size; /* size of the hash table */
- struct fact_table_hash_entry_f *table; /* the actual table */
+ struct MR_fact_table_hash_entry_f *table; /* the actual table */
};
struct MR_fact_table_hash_table_i {
MR_Integer size; /* size of the hash table */
- struct fact_table_hash_entry_i *table; /* the actual table */
+ struct MR_fact_table_hash_entry_i *table; /* the actual table */
};
/* hash table for string keys */
--
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