aboutsummaryrefslogtreecommitdiff
path: root/module/c/cpp-types.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-07-13 04:39:14 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-07-13 04:39:14 +0200
commitc1cf0693982d9c1f1b871966752140fee5d76d19 (patch)
tree65cf5c501f5b2029eb08bed7fa9844b9530385f3 /module/c/cpp-types.scm
parentResolve # ## # (diff)
downloadcalp-c1cf0693982d9c1f1b871966752140fee5d76d19.tar.gz
calp-c1cf0693982d9c1f1b871966752140fee5d76d19.tar.xz
work
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)