mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-18 08:20:44 +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
Notes:
sideshowbarker
2024-07-17 19:39:24 +09:00
Author: https://github.com/kleinesfilmroellchen
Commit: 8b39074078
Pull-request: https://github.com/SerenityOS/serenity/pull/12281
Reviewed-by: https://github.com/ADKaster ✅
Reviewed-by: https://github.com/awesomekling
Reviewed-by: https://github.com/linusg
4 changed files with 8 additions and 0 deletions
|
@ -67,3 +67,5 @@ private:
|
|||
};
|
||||
|
||||
}
|
||||
|
||||
#undef FOR_EACH_TOKEN_TYPE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue