Alg.lex: OOPS

sdc at uvacs.UUCP sdc at uvacs.UUCP
Wed Oct 26 08:03:12 AEST 1983


Well folks, here it is:  the ceremonial and traditional bug fix.
Alg, as distributed, does not properly handle blank ada-style
comments.  To fix, replace the line in "alg.lex" that looks like this:

--[^+-].*$ {				/* ada-style comment */

with these two lines:

--$  |
--[^\n\+\-].*$ {			/* ada-style comment */

Sorry for the mistake.

Scott "it can't happen to ME, right?" Carson,  Univ. of Virginia (uvacs!sdc)



More information about the Comp.sources.unix mailing list