-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix multi-level includes in different directories
The code to handle includes lost the information about the base path after the first level of include. Consider the following situation: somedir/main.a2l -> /include "foo/first.a2l" (already OK) somedir/foo/first.a2l -> /include "bar/second.a2l" (fixed here) Previously the code would look for $pwd/foo/bar/second.a2l instead of somedir/foo/bar/second.a2l
- Loading branch information
Showing
13 changed files
with
388 additions
and
219 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.