mycoboco / beluga

a standard C compiler (with an integrated preprocessor)
http://code.woong.org/beluga
Other
65 stars 8 forks source link

fix -nostdinc to skip standard system headers #131

Closed mycoboco closed 6 years ago

mycoboco commented 6 years ago

Currently, -nostdinc makes the preprocessor skip all the paths for system headers. Fix it to skip only the standard system headers (which do not include those by -isystem).