trivial diff: library/require.m: remove bogus layout structure
Fergus Henderson
fjh at cs.mu.OZ.AU
Mon Nov 9 16:29:34 AEDT 1998
Estimated hours taken: 0.25
library/require.m:
Remove bogus layout structure for the hand-coded procedure
require__error_internal/1 -- it doesn't create a stack frame,
so it doesn't need a layout structure.
Index: library/require.m
===================================================================
RCS file: /home/mercury1/repository/mercury/library/require.m,v
retrieving revision 1.24
diff -u -r1.24 require.m
--- require.m 1998/09/30 07:09:10 1.24
+++ require.m 1998/11/09 04:32:58
@@ -73,8 +73,6 @@
Define_extern_entry(mercury__require__error_internal_1_0);
-MR_MAKE_STACK_LAYOUT_ENTRY(mercury__require__error_internal_1_0);
-
BEGIN_MODULE(require_internal_module)
init_entry(mercury__require__error_internal_1_0);
BEGIN_CODE
--
Fergus Henderson <fjh at cs.mu.oz.au> | "Binaries may die
WWW: <http://www.cs.mu.oz.au/~fjh> | but source code lives forever"
PGP: finger fjh at 128.250.37.3 | -- leaked Microsoft memo.
More information about the developers
mailing list