summaryrefslogtreecommitdiff
path: root/tokenizer.fun
diff options
context:
space:
mode:
Diffstat (limited to 'tokenizer.fun')
-rw-r--r--tokenizer.fun1
1 files changed, 1 insertions, 0 deletions
diff --git a/tokenizer.fun b/tokenizer.fun
index 4bdc047..999aabf 100644
--- a/tokenizer.fun
+++ b/tokenizer.fun
@@ -282,6 +282,7 @@ struct
case tk of
Id s => Printf out `s %
| MacroEnd macro => Printf out `"mend(" `macro `")" %
+ | NewLine => Printf out `"\\n" %
| PpcInclude (dir, arg) =>
Printf out `"#include(" `dir `", " `arg `")" %
| Num (IntConst (it, str, sfx)) =>