Fix flex warning

This commit is contained in:
Wilson Snyder 2014-05-11 09:36:39 -04:00
parent 9cc95704cd
commit 58fd602bbd

View File

@ -572,7 +572,7 @@ vnum {vnum1}|{vnum2}|{vnum3}|{vnum4}|{vnum5}
/************************************************************************/ /************************************************************************/
/* AMS */ /* AMS */
<VA5,SA9,SAX>{ <VA5,SAX>{
/* Generic unsupported warnings */ /* Generic unsupported warnings */
"above" { yyerrorf("Unsupported: AMS reserved word not implemented: %s",yytext); } "above" { yyerrorf("Unsupported: AMS reserved word not implemented: %s",yytext); }
"abs" { yyerrorf("Unsupported: AMS reserved word not implemented: %s",yytext); } "abs" { yyerrorf("Unsupported: AMS reserved word not implemented: %s",yytext); }