aboutsummaryrefslogtreecommitdiff
path: root/token.c
diff options
context:
space:
mode:
Diffstat (limited to 'token.c')
-rw-r--r--token.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/token.c b/token.c
index 6d4484d..dc2df02 100644
--- a/token.c
+++ b/token.c
@@ -116,6 +116,8 @@ tokenprint(const struct token *t)
{
const char *str;
+ if (t->space)
+ fputc(' ', stdout);
switch (t->kind) {
case TIDENT:
case TNUMBER: