diff options
Diffstat (limited to 'eshtrans')
-rw-r--r-- | eshtrans/tokens.esh | 2 |
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 |