Files
mercury/compiler
Julien Fischer f8742f93aa Workaround a problem where the compiler generates private
Estimated hours taken: 0.5
Branches: main, release

Workaround a problem where the compiler generates private
interfaces for nested submodules even if the submodules
themselves, have no children.  This is currently a bit
of an annoyance because realclean won't delete these
extraneous .int0 files.  mmc --make also generates these
extra .int0 files except that it does clean them up.

compiler/modules.m:
	Make sure that any extra .int0 files that are
	being erroneously created are also cleaned up.
	(I've left the correct code in, commented out with
	a note to say that it should be uncommented when this
	is fixed).

	Fix a couple of typos.
2005-05-03 06:50:59 +00:00
..
2005-03-30 01:32:29 +00:00
2005-03-30 01:32:29 +00:00
2005-04-26 07:38:03 +00:00