diff options
Diffstat (limited to 'eshtrans/frontend')
-rw-r--r-- | eshtrans/frontend/parser.esh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eshtrans/frontend/parser.esh b/eshtrans/frontend/parser.esh index d18abee..ee02eca 100644 --- a/eshtrans/frontend/parser.esh +++ b/eshtrans/frontend/parser.esh @@ -367,6 +367,7 @@ function_body() inject T_LBRACE inject T_FN_START if compound_command; then + inject T_SEMI inject T_FN_END inject T_RBRACE ptrace_pass function_body |