]> git.saurik.com Git - bison.git/blobdiff - src/scan-gram.l
style: use %code for local function declarations in our parser
[bison.git] / src / scan-gram.l
index 58f6590b6a9c1992a2403be62003995060520dfb..cf8b220d3a329479a700a8f912cf96b684882685 100644 (file)
@@ -572,7 +572,7 @@ eqopt    ([[:space:]]*=)?
     STRING_GROW;
   }
 
     STRING_GROW;
   }
 
-  [^<>]+ STRING_GROW;
+  ([^<>]|->)+ STRING_GROW;
   "<"+   STRING_GROW; nesting += yyleng;
 
   <<EOF>>   unexpected_eof (token_start, ">");
   "<"+   STRING_GROW; nesting += yyleng;
 
   <<EOF>>   unexpected_eof (token_start, ">");