Files
mercury/compiler
Zoltan Somogyi d50092b57f Change the order in which mmake builds modules of the program to
Estimated hours taken: 0.2
Branches: main

compiler/modules.m:
	Change the order in which mmake builds modules of the program to
	be alphabetical, instead of the current scheme, which is by levels
	(first toplevel modules, then modules inside toplevel modules, etc).

	Reformat some comments for 80 column width.
2006-04-10 06:57:26 +00:00
..