Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!decvax!duke!unc!mcnc!ncsu!uvacs!sdc From: sdc@uvacs.UUCP Newsgroups: net.sources Subject: Alg.lex: OOPS Message-ID: <1007@uvacs.UUCP> Date: Tue, 25-Oct-83 18:03:12 EDT Article-I.D.: uvacs.1007 Posted: Tue Oct 25 18:03:12 1983 Date-Received: Thu, 27-Oct-83 08:41:24 EDT Lines: 15 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)