mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +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: https://github.com/SerenityOS/serenity/commit/8b39074078f 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
|
@ -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…
Reference in a new issue