mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 11:08:20 +00:00
Stmt tag for compiled-to-C++; Inliner knows to avoid it
This commit is contained in:
parent
8d10fd32d0
commit
5efba9e115
3 changed files with 6 additions and 3 deletions
|
@ -20,6 +20,7 @@ enum StmtTag {
|
|||
STMT_WHILE,
|
||||
STMT_CATCH_RETURN, // for reduced InlineExpr's
|
||||
STMT_CHECK_ANY_LEN, // internal reduced statement
|
||||
STMT_CPP, // compiled C++
|
||||
STMT_NULL
|
||||
#define NUM_STMTS (int(STMT_NULL) + 1)
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue