
13 Jan
2003
13 Jan
'03
12:32 p.m.
Hi!
Steve> I modified smistrip to match the MACRO statement with more a explicit Steve> regexp so that it doesn't match a commented out MACRO statement.
Steve> The line I changed the line from:
Steve> / *MACRO *::=/ {
Steve> to:
Steve> /^[ \t]*[A-Za-z0-9-]* *MACRO *::=/ {
Steve> Can this be added to CVS?
I see no problem with this change.
But "^[ \t]*[A-Za-z0-9-]*" matches "--", so this expression still matches commented out MACRO lines.
-frank