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, 2 insertions, 0 deletions
diff --git a/eshtrans/tokens.esh b/eshtrans/tokens.esh
index a2c6b37..d8584f2 100644
--- a/eshtrans/tokens.esh
+++ b/eshtrans/tokens.esh
@@ -69,6 +69,7 @@ tokname()
T_STATIC) n='"static"';;
T_LOCAL) n='"local"';;
T_RETURN) n='"return"';;
+ T_VOID) n='"void"';;
# Special symbols
T_TYPE) n='parameter type';;
T_NAME) n='parameter name';;
@@ -138,6 +139,7 @@ toktext()
T_STATIC) n='static';;
T_LOCAL) n='local';;
T_RETURN) n='return';;
+ T_VOID) n='void';;
# Special symbols
T_TYPE) n="${t#*${US}}";;
T_NAME) n="${t#*${US}}";;