aboutsummaryrefslogtreecommitdiff
path: root/module/c/preprocessor2.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/c/preprocessor2.scm')
-rw-r--r--module/c/preprocessor2.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/c/preprocessor2.scm b/module/c/preprocessor2.scm
index 755eaa7b..c1db3f08 100644
--- a/module/c/preprocessor2.scm
+++ b/module/c/preprocessor2.scm
@@ -529,7 +529,7 @@
(list tokens*) #f))))
(let loop ((%first-time #t) (tokens tokens*))
(cond ((null? tokens))
- ((number-token? (car tokens))
+ ((pp-number? (car tokens))
=> (lambda (line)
(let ((line (string->number line))
(remaining (drop-whitespace (cdr tokens))))