Files
mercury/scripts
Peter Wang f2c2ced6ef Fix a case where mtags got into an infinite loop on a ugly type
Branches: main

Fix a case where mtags got into an infinite loop on a ugly type
definition, where the file was in CR/LF format.

    :- type stupid --->
                    % moron
                    idiot(useless)
                    % imbecile
                ;   retard(string, string)
                .

scripts/mtags.in:
        As above.

	Add an option `--debug' to help narrow down the problematic file in
	future.
2009-03-13 05:34:29 +00:00
..