gpp
gpp copied to clipboard
Order in which Directories are Searched Should Change, depending on Delimiter Used
The manual pages for the GNU C pre-processor state, as (apparently) does the POSIX standard, that using a '#include
If a file named by #include and in the current directory happens to have the same name as a file in the system directories (or, worse, in a directory named in the '-I' list), then '#include
The best work-around is to ensure that each and every file-name is unique. But, for unrelated reasons, this may be very hard if not impossible to do.