Opened 8 years ago
Last modified 7 years ago
#1368 closed defect
Command line options for adding directories to include-path should prepend, not append — at Initial Version
Reported by: | felix winkelmann | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 5.0 |
Component: | core tools | Version: | 4.12.0 |
Keywords: | Cc: | sjamaan | |
Estimated difficulty: | easy |
Description
Options for csc
and chicken
that add drectories to the current include path should prepend the added dirs instead of appending them, so the explicitly given include directories take precedence before previously existing ones.
This is consistent to how C compilers handle include paths.
Note: See
TracTickets for help on using
tickets.