Files
mercury/compiler/no_builtin.m
Fergus Henderson e9cf453b62 Added a `--builtin-module' option to mercury_compile and a file
no_builtin.nl which is an empty module for use with that option.
Note that `mercury_compile -g -b no_builtin some_simple_file'
should now work if the file `some_simple_file.nl' contains a sufficiently
simple program, like the one in my email.
1994-03-08 16:07:07 +00:00

6 lines
187 B
Mathematica

% This module is intented to be used with mercury_compile's
% `--builtin-module' option to suppress automatic importation of
% the normal mercury_builtin module.
:- module no_builtin.