[m-rev.] diff: add bug-foreign_import-2002-08-06 option
Peter Ross
pro at missioncriticalit.com
Wed Aug 7 20:27:33 AEST 2002
Hi,
I plan to re-enable the io.m change in about a week, after enough time
for the latest change to install.
===================================================================
Estimated hours taken: 0.25
Branches: main
Add a new option that will be used to test whether the compiler is
recent enough to compile the changes to the library that require
foreign_import_module pragma to be handled correctly.
This will be needed by the configure test at a later date, when using a
foreign_type for io__stream is re-enabled.
compiler/options.m:
Add the option bug-foreign_import-2002-08-06.
Index: compiler/options.m
===================================================================
RCS file: /home/staff/zs/imp/mercury/compiler/options.m,v
retrieving revision 1.379
diff -u -r1.379 options.m
--- compiler/options.m 7 Aug 2002 03:18:42 -0000 1.379
+++ compiler/options.m 7 Aug 2002 09:58:32 -0000
@@ -1686,6 +1686,7 @@
long_option("aditi-user", aditi_user).
long_option("fullarch", fullarch).
long_option("bug-intermod-2002-06-13", compiler_sufficiently_recent).
+long_option("bug-foreign_import-2002-08-06", compiler_sufficiently_recent).
%-----------------------------------------------------------------------------%
--------------------------------------------------------------------------
mercury-reviews mailing list
post: mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------
More information about the reviews
mailing list