diff options
| author | Tetralux <tetralux@teknik.io> | 2020-04-22 06:12:41 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-22 06:12:41 +0100 |
| commit | e7e936f4804d7e5ba5f5cb77818240216a80648b (patch) | |
| tree | 2ad8f308089222f37d32e0e6a3475a2a6d4c1710 /src/parser.cpp | |
| parent | 3afa2736b7c8826527cb71ec3ca220750e0d2a9e (diff) | |
| parent | 026bb8ed6f6e626c69ccfe32de5b2323d86b4620 (diff) | |
Merge branch 'master' into fix-sync-badopt
Diffstat (limited to 'src/parser.cpp')
| -rw-r--r-- | src/parser.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parser.cpp b/src/parser.cpp index e0cd60d79..eb5bdf7b6 100644 --- a/src/parser.cpp +++ b/src/parser.cpp @@ -1618,6 +1618,7 @@ void parse_proc_tags(AstFile *f, u64 *tags) { } if (false) {} + ELSE_IF_ADD_TAG(optional_ok) ELSE_IF_ADD_TAG(require_results) ELSE_IF_ADD_TAG(bounds_check) ELSE_IF_ADD_TAG(no_bounds_check) |