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:
kleines Filmröllchen 2022-02-02 21:32:32 +01:00 committed by Andreas Kling
parent 4931c88b13
commit 8b39074078
Notes: sideshowbarker 2024-07-17 19:39:24 +09:00
4 changed files with 8 additions and 0 deletions

View file

@ -135,3 +135,5 @@ private:
};
}
#undef FOR_EACH_TOKEN_TYPE

View file

@ -67,3 +67,5 @@ private:
};
}
#undef FOR_EACH_TOKEN_TYPE

View file

@ -60,3 +60,5 @@ private:
};
}
#undef FOR_EACH_TOKEN_TYPE

View file

@ -66,3 +66,5 @@ private:
};
}
#undef FOR_EACH_TOKEN_TYPE