summaryrefslogtreecommitdiffstats
path: root/eshtrans/frontend/parser.esh
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2016-02-22 19:53:13 (EST)
committer P. J. McDermott <pj@pehjota.net>2016-02-22 19:53:33 (EST)
commit43a8cf835bf017b3362f5dd02efa74f69537462d (patch)
tree46157eb8528f6bbf05f82f9cdceb486958755da7 /eshtrans/frontend/parser.esh
parentdd634f296ae9c40b7e85cc51f17869eaeca6568e (diff)
downloadeggshell-43a8cf835bf017b3362f5dd02efa74f69537462d.zip
eggshell-43a8cf835bf017b3362f5dd02efa74f69537462d.tar.gz
eggshell-43a8cf835bf017b3362f5dd02efa74f69537462d.tar.bz2
eshtrans: Add T_LOCAL
Diffstat (limited to 'eshtrans/frontend/parser.esh')
-rw-r--r--eshtrans/frontend/parser.esh2
1 files changed, 1 insertions, 1 deletions
diff --git a/eshtrans/frontend/parser.esh b/eshtrans/frontend/parser.esh
index e993221..e967fc7 100644
--- a/eshtrans/frontend/parser.esh
+++ b/eshtrans/frontend/parser.esh
@@ -404,7 +404,7 @@ do_group()
simple_command()
{
ptrace_begn simple_command
- if accept T_RETURN; then
+ if accept T_LOCAL || accept T_RETURN; then
cmd_suffix
ptrace_pass simple_command
return 0