Ignore \r - common http/restconf end-of-line
This commit is contained in:
parent
a2e9a05902
commit
24de61f14a
1 changed files with 1 additions and 0 deletions
|
|
@ -89,6 +89,7 @@ exp ({integer}|{real})[eE][+-]{integer}
|
|||
%%
|
||||
<START>[ \t]
|
||||
<START>\n { _JY->jy_linenum++; }
|
||||
<START>\r { }
|
||||
<START><<EOF>> { return J_EOF; }
|
||||
<START>\{ { return *yytext; }
|
||||
<START>\} { return *yytext; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue