From 39a878d1130bd33d7d1b1380617747187e01fb73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sat, 23 Jul 2022 21:42:19 +0200 Subject: Only parse h-strings where applicable. --- module/c/preprocessor2.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/c/preprocessor2.scm') 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" -- cgit v1.2.3