[m-dev.] trivial diff: code rot in minimal tabling

Zoltan Somogyi zs at cs.mu.OZ.AU
Tue Jul 6 10:34:07 AEST 1999


runtime/mercury_tabling.c:
	Fix some code rot in code that is included only with minimal tabling.

Zoltan.

cvs diff: Diffing .
Index: mercury_tabling.c
===================================================================
RCS file: /home/mercury1/repository/mercury/runtime/mercury_tabling.c,v
retrieving revision 1.5
diff -u -b -r1.5 mercury_tabling.c
--- mercury_tabling.c	1999/06/01 09:46:07	1.5
+++ mercury_tabling.c	1999/07/06 02:32:02
@@ -1120,7 +1120,7 @@
 Declare_entry(MR_table_nondet_commit);
 Define_extern_entry(mercury__table_nondet_suspend_2_0);
 MR_MAKE_PROC_LAYOUT(mercury__table_nondet_suspend_2_0,
-	MR_DETISM_NON, 0, MR_LVAL_TYPE_UNKNOWN,
+	MR_DETISM_NON, 0, MR_LONG_LVAL_TYPE_UNKNOWN,
 	MR_PREDICATE, "private_builtin", "table_nondet_suspend", 2, 0);
 BEGIN_MODULE(table_nondet_suspend_module)
 	init_entry_sl(mercury__table_nondet_suspend_2_0);
@@ -1297,7 +1297,7 @@
 Declare_label(mercury__table_nondet_resume_1_0_RedoPoint);
 
 MR_MAKE_PROC_LAYOUT(mercury__table_nondet_resume_1_0,
-	MR_DETISM_NON, MR_ENTRY_NO_SLOT_COUNT, MR_LVAL_TYPE_UNKNOWN,
+	MR_DETISM_NON, MR_ENTRY_NO_SLOT_COUNT, MR_LONG_LVAL_TYPE_UNKNOWN,
 	MR_PREDICATE, "private_builtin", "table_nondet_resume", 1, 0);
 MR_MAKE_INTERNAL_LAYOUT_WITH_ENTRY(
 	mercury__table_nondet_resume_1_0_ChangeLoop,
cvs diff: Diffing GETOPT
cvs diff: Diffing machdeps
--------------------------------------------------------------------------
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