ckaestne / TypeChef

Type checking ifdef variability
https://ckaestne.github.io/TypeChef/
Other
76 stars 36 forks source link

Correct support of the preprocessor for the #pragma once directive #40

Closed aJanker closed 8 years ago

aJanker commented 8 years ago

Issue #39 has broken the partial preprocessor as the C standard library actually relays on duplicate header inclusion. I fixed this wrong behaviour and implemented a correct check for handling header files which contain the directive #pragma once. This fixes #38 for @szabta89

ckaestne commented 8 years ago

Can one of the admins verify this patch?

ckaestne commented 8 years ago

Can one of the admins verify this patch?

ckaestne commented 8 years ago

Can one of the admins verify this patch?

ckaestne commented 8 years ago

great, thanks!