mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-05 18:40:58 +01:00
Whitelist a safe set of characters for use in header guards instead of maintaining a (growing) blacklist. The whitelist is intentionally short since reading up on all peculiarities of the C and C++ standard for identifiers is not my idea of fun. :) Fixes #1379