On Thu, 2007-12-27 at 14:19 +0100, Christian Riggenbach wrote: > hi > > i encounter after an update of my flex (from 2.5.33 to 2.5.34) some weird > errors on my system. one of them is this: > > in geda-gaf/utils/src/, olib.l is not correctly processed. i found the > solution; just delete the spaces in front of the comments in line 203 to 215. > > I don't submit a patch, because it is easier to delete the spaces than to add > a patch :).
Thanks, I've pushed these changes: http://git.gpleda.org/?p=gaf.git;a=commitdiff;h=87721d1d2bd38398b47b840c7647c8126adbaa70 I read up on the Flex documentation, and couldn't find a specification of what comments should look like, although the examples in the flex sources do seem to have them un-indented. Comments within the %{ %} blocks of verbatim code appear to be fine. -- Peter Clifton Electrical Engineering Division, Engineering Department, University of Cambridge, 9, JJ Thomson Avenue, Cambridge CB3 0FA Tel: +44 (0)7729 980173 - (No signal in the lab!) _______________________________________________ geda-dev mailing list [email protected] http://www.seul.org/cgi-bin/mailman/listinfo/geda-dev
