mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 10:38: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
|
@ -34,6 +34,7 @@ const char* stmt_name(StmtTag t)
|
|||
"<init>", "fallthrough", "while",
|
||||
"catch-return",
|
||||
"check-any-length",
|
||||
"compiled-C++",
|
||||
"null",
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue