aboutsummaryrefslogtreecommitdiff
path: root/module/c/preprocessor2.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-07-23 21:42:19 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-08-18 16:38:37 +0200
commit39a878d1130bd33d7d1b1380617747187e01fb73 (patch)
tree5ea885ebe8eac148c6967fa7a24f6821ca24a8de /module/c/preprocessor2.scm
parentRewrote H-string tests to be what they should. (diff)
downloadcalp-39a878d1130bd33d7d1b1380617747187e01fb73.tar.gz
calp-39a878d1130bd33d7d1b1380617747187e01fb73.tar.xz
Only parse h-strings where applicable.
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 f4451e84..e4590d41 100644
--- a/module/c/preprocessor2.scm
+++ b/module/c/preprocessor2.scm
@@ -535,7 +535,7 @@
(map (lambda (path-prefix) (path-append path-prefix string))
(c-search-path)))
(scm-error 'cpp-error "resolve-h-file"
- "Can't resolve file: ~s"
+ "Can't find file: <~a>"
(list string) #f)))))
;; #include "myheader.h"