summaryrefslogtreecommitdiffstats
path: root/eshtrans
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2016-02-28 14:30:56 (EST)
committer P. J. McDermott <pj@pehjota.net>2016-02-28 14:30:56 (EST)
commit4a062ead02009908c93dba35a186af7986c90df4 (patch)
tree62d8753b3b7a63ed0bf22d67145c2a50d0479cde /eshtrans
parent7b6f8f93c7a91ab6a265b19986c569d98ad0982c (diff)
downloadeggshell-4a062ead02009908c93dba35a186af7986c90df4.zip
eggshell-4a062ead02009908c93dba35a186af7986c90df4.tar.gz
eggshell-4a062ead02009908c93dba35a186af7986c90df4.tar.bz2
eshtrans: Make T_STATIC generate "__static"
Diffstat (limited to 'eshtrans')
-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