Merge branch 'master' of github.com:openscad/openscad

master
Marius Kintel 2014-06-26 19:42:20 -04:00
commit 9fdc44b00f
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ use[ \t\r\n>]*"<" { BEGIN(cond_use); }
<cond_comment>{
"*/" { BEGIN(INITIAL); }
{UNICODE} { parser_error_pos -= strlen(lexertext) - 1; }
\n
.|\n
}
"<=" return LE;