From e8e9c63da99311dad2219454eb30a0eda9711a56 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Tue, 23 Feb 2016 02:29:10 -0500 Subject: eshtrans/frontend: Inject ";" before __fn_end() call --- (limited to 'eshtrans/frontend/parser.esh') 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 -- cgit v0.9.1