Opened 8 years ago
Last modified 8 years ago
#1368 closed defect
Command line options for adding directories to include-path should prepend, not append — at Version 2
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 (last modified by )
Options for csc
, chicken
and csi
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.
Change History (2)
comment:1 Changed 8 years ago by
Component: | unknown → core tools |
---|
comment:2 Changed 8 years ago by
Description: | modified (diff) |
---|
Note: See
TracTickets for help on using
tickets.