aboutsummaryrefslogtreecommitdiff
path: root/projects/Stacker/lib/compiler/Lexer.l
diff options
context:
space:
mode:
Diffstat (limited to 'projects/Stacker/lib/compiler/Lexer.l')
-rw-r--r--projects/Stacker/lib/compiler/Lexer.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/Stacker/lib/compiler/Lexer.l b/projects/Stacker/lib/compiler/Lexer.l
index e45cdee87f..a6375d3c16 100644
--- a/projects/Stacker/lib/compiler/Lexer.l
+++ b/projects/Stacker/lib/compiler/Lexer.l
@@ -71,7 +71,7 @@ Comment1 [#].*$
/* You can also embed them in ( ... ) */
Comment2 \(.*\)
/* We ignore white space */
-White [ \t\n]
+White [ \t\r\n]
/* jdentifiers start with a % sign */
Identifier [A-Za-z][-A-Za-z0-9_]*