mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:57:35 +00:00
LibCpp: Replace defined preprocessor values when parsing
This commit is contained in:
parent
f21af0922a
commit
3658c4c567
8 changed files with 134 additions and 44 deletions
|
@ -2,6 +2,8 @@ int func();
|
|||
|
||||
#define USE_VAR2
|
||||
|
||||
#define INT_Z int z
|
||||
|
||||
struct StructInHeader {
|
||||
int var1;
|
||||
#ifdef USE_VAR2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue