search paths (given via -I) are now also displayed in error messages.

also prepared filespecs to be relative to current file in next version.


git-svn-id: https://svn.code.sf.net/p/acme-crossass/code-0/trunk@357 4df02467-bbd4-4a76-a152-e7ce94205b78
This commit is contained in:
marcobaye
2024-03-08 23:42:58 +00:00
parent 117aab0d6d
commit 640373c54f
24 changed files with 260 additions and 224 deletions
+3
View File
@@ -0,0 +1,3 @@
; 0.97 interprets all file names as relative to the initial directory,
; so shouldn't include this file.
depth_given_in_included_file = 1
+3
View File
@@ -0,0 +1,3 @@
; 0.97 interprets all file names as relative to the initial directory,
; so it looks for "file2" not in this directory, but one level up.
!src "file2.inc"