mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 06:04:57 +00:00
Userland: Undefine FOR_EACH_TOKEN_TYPE everywhere
This was causing some macro redefinition errors after the headers ended up in the same file through some includes. The simple fix is to undefine the macro after use.
This commit is contained in:
parent
4931c88b13
commit
8b39074078
4 changed files with 8 additions and 0 deletions
|
@ -135,3 +135,5 @@ private:
|
|||
};
|
||||
|
||||
}
|
||||
|
||||
#undef FOR_EACH_TOKEN_TYPE
|
||||
|
|
|
@ -67,3 +67,5 @@ private:
|
|||
};
|
||||
|
||||
}
|
||||
|
||||
#undef FOR_EACH_TOKEN_TYPE
|
||||
|
|
|
@ -60,3 +60,5 @@ private:
|
|||
};
|
||||
|
||||
}
|
||||
|
||||
#undef FOR_EACH_TOKEN_TYPE
|
||||
|
|
|
@ -66,3 +66,5 @@ private:
|
|||
};
|
||||
|
||||
}
|
||||
|
||||
#undef FOR_EACH_TOKEN_TYPE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue