Adapt BiF & Bro parser to handle opaque types.

This commit is contained in:
Matthias Vallentin 2012-12-10 18:29:06 -08:00
parent 622190b4ef
commit 23ca1c90ef
4 changed files with 22 additions and 21 deletions

View file

@ -74,6 +74,8 @@ HEX [0-9a-fA-F]+
"set" return check_c_mode(TOK_SET);
"table" return check_c_mode(TOK_TABLE);
"vector" return check_c_mode(TOK_VECTOR);
"of" return check_c_mode(TOK_OF);
"opaque" return check_c_mode(TOK_OPAQUE);
"module" return check_c_mode(TOK_MODULE);
"@ARG@" return TOK_ARG;