[m-rev.] trivial diff: delete an out-of-date comment.
Julien Fischer
juliensf at csse.unimelb.edu.au
Wed Jun 15 17:19:22 AEST 2011
Branches: main
compiler/export.m:
Delete an out-of-date comment. `pragma import' declarations
are no longer supported.
Julien.
Index: compiler/export.m
===================================================================
RCS file: /home/mercury/mercury1/repository/mercury/compiler/export.m,v
retrieving revision 1.128
diff -u -r1.128 export.m
--- compiler/export.m 23 May 2011 05:08:02 -0000 1.128
+++ compiler/export.m 15 Jun 2011 05:13:07 -0000
@@ -12,9 +12,6 @@
% This module defines predicates to produce the functions which are
% exported to a foreign language via a `pragma foreign_export' declaration.
%
-% NOTE: any changes here might also require similar changes to the handling
-% of `pragma import' declarations, which are handled in make_hlds.m.
-%
%-----------------------------------------------------------------------------%
:- module backend_libs.export.
--------------------------------------------------------------------------
mercury-reviews mailing list
Post messages to: mercury-reviews at csse.unimelb.edu.au
Administrative Queries: owner-mercury-reviews at csse.unimelb.edu.au
Subscriptions: mercury-reviews-request at csse.unimelb.edu.au
--------------------------------------------------------------------------
More information about the reviews
mailing list