X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=src%2Fparser.re;h=31ddfe16bfcc2304f1a3a592345bc182ee439a7c;hb=3bca631112f4865510ea91c85e8c820c4465fc14;hp=906e8b940252ce1ad45db6a1795e4df69ef323df;hpb=f1a387482a9270a34ae684109ad8be7c104148d6;p=m6w6%2Fext-psi diff --git a/src/parser.re b/src/parser.re index 906e8b9..31ddfe1 100644 --- a/src/parser.re +++ b/src/parser.re @@ -262,6 +262,7 @@ token_t PSI_ParserScan(PSI_Parser *P) NAME {RETURN(PSI_T_NAME);} NSNAME {RETURN(PSI_T_NSNAME);} QUOTED_STRING {RETURN(PSI_T_QUOTED_STRING);} + [^] {break;} */ } return -1;