Juan Sanchez wrote:
Hi Bill,

I wouldn't mind taking a stab at it.

It would be easy enough to tell lex to drop any line starting with a
comment character.  Something along the lines of:

^[cC].* {}

There seems to be a line in the lexer that does this, but it doesn't
appear that that the start condition, fixed_fmt, is ever activated.

<fixed_fmt>^[cC*dD].*\n { return EOSTMT; } /* empty lines */

Do you have any info about how to make submissions and getting the
latest CVS?
Instructions for CVS are here:

http://www.cmake.org/HTML/Download.html#cvs

If you get it working, just attach the patch to CVS CMake to the bug in the bug tracker.

-Bill

_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to