Re: The case insensitive #include statement horror...
- From: Stephan Kuhagen <nospam@xxxxxxxxxx>
- Date: Mon, 04 Dec 2006 06:34:19 +0100
Alexander Grigoriev wrote:
Try FILE_FLAG_POSIX_SEMANTICS for case sensitivity.
Thanks for the suggestion. I will have a look at it, but I do not want to
write a complete preprocessor. I only want #include statements with wrong
case to fail. - Parsing the source myself and checking the #include
statements is not really an option, because that would mean to write
parsers for nearly everything to be sure. E.g. the dsp-files for include
paths, macro expansion to be sure to get all #includes and replaced
filename, conditional includes through the whole hierarchy of include
statements - that would be too much.
Regards
Stephan
.
- References:
- Re: The case insensitive #include statement horror...
- From: Tom Serface
- Re: The case insensitive #include statement horror...
- From: Stephan Kuhagen
- Re: The case insensitive #include statement horror...
- From: Tom Serface
- Re: The case insensitive #include statement horror...
- From: Carl Daniel [VC++ MVP]
- Re: The case insensitive #include statement horror...
- From: William DePalo [MVP VC++]
- Re: The case insensitive #include statement horror...
- From: Stephan Kuhagen
- Re: The case insensitive #include statement horror...
- From: William DePalo [MVP VC++]
- Re: The case insensitive #include statement horror...
- From: Stephan Kuhagen
- Re: The case insensitive #include statement horror...
- From: William DePalo [MVP VC++]
- Re: The case insensitive #include statement horror...
- From: Alexander Grigoriev
- Re: The case insensitive #include statement horror...
- Prev by Date: Re: The case insensitive #include statement horror...
- Next by Date: Re: The case insensitive #include statement horror...
- Previous by thread: Re: The case insensitive #include statement horror...
- Next by thread: Re: The case insensitive #include statement horror...
- Index(es):
Relevant Pages
|