|
|
|
|
|
by _flux
210 days ago
|
|
> A hacked-together preprocessor that concatenated everything, which meant you could only have your includes in one place, thus breaking perfectly good, portable code. While it does concatenate, does it break something regarding the include mechanism, assuming said files use include guards? You can include stuff wherever anyway (though doing it within a scope needs special considerations). |
|