Allow comments

This commit is contained in:
Ron Pedde 2004-01-04 21:31:32 +00:00
parent c39af59e01
commit f666a32d0a

View File

@ -40,6 +40,7 @@ qstring \"[^\"\n]*[\"\n]
%%
[\n\t ]+
\#.*\n
artist { yylval.ival=ARTIST; return(ARTIST); }
album { yylval.ival=ALBUM; return(ALBUM); }