Skip to content

Commit

Permalink
Remove support for deprecated charset:encoding:"" literals
Browse files Browse the repository at this point in the history
TT #1808
  • Loading branch information
nwellnhof committed Feb 1, 2011
1 parent 2cdf5dd commit a35f817
Show file tree
Hide file tree
Showing 5 changed files with 1,565 additions and 1,852 deletions.
2 changes: 1 addition & 1 deletion compilers/imcc/imcc.l
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ DQ_STRING \"(\\.|[^"\\\n])*\"
ENCCHAR {LETTER}|{DIGIT}|"-"
ENCCHARS {ENCCHAR}*
ENC {LETTER}{ENCCHARS}":"
UNICODE {ENC}{ENC}?{DQ_STRING}
UNICODE {ENC}{DQ_STRING}
STRINGCONSTANT {SQ_STRING}|{DQ_STRING}
SQ_STRING \'[^'\n]*\'
EOL \r?\n
Expand Down
Loading

0 comments on commit a35f817

Please sign in to comment.