#optional_ok tag for procedures

This commit is contained in:
gingerBill committed 2020-04-19 21:45:04 +01:00
1 parent 2c91c21021
commit 97f7a558fa
10 files changed
+417 -308

No files matched your search

+1
View File
@@ -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)