Peter Ross ad9abfce0c Fix a bug where get_comment_forwards was recursivey calling
Estimated hours taken: 0.5
Branches: main

compiler/xml_documentation.m:
	Fix a bug where get_comment_forwards was recursivey calling
	get_comment_backwards.
	If we try and look up a comment for a line which doesn't exist
	(can happen if we search for a continuation of a comment before
	the first line of the module or after the last line of the module)
	we now return the "" instead of throwing an exception.
2006-11-14 04:02:40 +00:00
2006-11-13 07:37:45 +00:00
2006-03-17 00:23:32 +00:00
2006-09-22 00:44:47 +00:00
2006-09-12 00:29:13 +00:00
2005-10-04 10:34:38 +00:00

Mercury 0.13 may not work on Solaris 10 (SunOS 5.10) due to incompatibilities
with the version of Boehm GC shipped with that version of Mercury.

(The above problem has been fixed in post-0.13 versions of Mercury.)

Also, note that `--linkage static' is not supported on Solaris.  Executables
produced using this option will cause a segmentation fault.
Description
No description provided
Readme MIT 248 MiB
Languages
Mercury 85.3%
C 8.7%
Shell 1.4%
Makefile 1%
JavaScript 1%
Other 2.1%