summaryrefslogtreecommitdiff
path: root/spec.l
diff options
context:
space:
mode:
Diffstat (limited to 'spec.l')
-rw-r--r--spec.l8
1 files changed, 8 insertions, 0 deletions
diff --git a/spec.l b/spec.l
index 62fcb635..d81d47eb 100644
--- a/spec.l
+++ b/spec.l
@@ -47,6 +47,14 @@ ID [a-zA-Z_][a-zA-Z0-9_]*
apis[apiCount].sync = 1;
}
+<api_entry2>"handcodeApi" {
+ apis[apiCount].handcodeApi = 1;
+ }
+
+<api_entry2>"handcodePlay" {
+ apis[apiCount].handcodePlay = 1;
+ }
+
<api_entry2>"ret" {
currType = &apis[apiCount].ret;
typeNextState = api_entry2;