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.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/c/cpp-types.scm b/module/c/cpp-types.scm
index bf51d009..a6299996 100644
--- a/module/c/cpp-types.scm
+++ b/module/c/cpp-types.scm
@@ -80,7 +80,7 @@
(define (h-string-token? token)
(and (preprocessing-token? token)
(match (lexeme-body token)
- (`(header-name (h-string ,x)) x)
+ (`(h-string ,x) x)
(_ #f))))
;; NOTE q-string tokens are never produced by the lexer,