Add alarm to reserved ids (#5042)

This commit is contained in:
Graham Brown 2023-07-04 02:28:19 +02:00 committed by Jesse Hills
parent e823067a6b
commit 36782f13bf
No known key found for this signature in database
GPG Key ID: BEAAE804EFD8E83A

View File

@ -108,6 +108,7 @@ ROOT_CONFIG_PATH = object()
RESERVED_IDS = [
# C++ keywords http://en.cppreference.com/w/cpp/keyword
"alarm",
"alignas",
"alignof",
"and",