summaryrefslogtreecommitdiffstats
path: root/eshtrans/tokens.esh
diff options
context:
space:
mode:
Diffstat (limited to 'eshtrans/tokens.esh')
-rw-r--r--eshtrans/tokens.esh2
1 files changed, 1 insertions, 1 deletions
diff --git a/eshtrans/tokens.esh b/eshtrans/tokens.esh
index edb5f76..ce1d3f2 100644
--- a/eshtrans/tokens.esh
+++ b/eshtrans/tokens.esh
@@ -130,7 +130,7 @@ toktext()
T_RBRACE) n='}';;
T_BANG) n='!';;
T_IN) n='in';;
- T_STATIC) n='static';;
+ T_STATIC) n='__static';;
T_LOCAL) n='__local';;
T_RETURN) n='return';;
# Special symbols