aboutsummaryrefslogtreecommitdiff
path: root/module/c/cpp-types.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/c/cpp-types.scm')
-rw-r--r--module/c/cpp-types.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/module/c/cpp-types.scm b/module/c/cpp-types.scm
index 555120d6..1df70594 100644
--- a/module/c/cpp-types.scm
+++ b/module/c/cpp-types.scm
@@ -53,6 +53,7 @@
(`(pp-number ,x) x)
(_ #f))))
+;; TODO this fails if there are multiple components in the string token
(define (string-token? token)
(and (preprocessing-token? token)
(match (lexeme-body token)