Loading
NSPlist: fix build with clang 16
The pre-generated lexer uses the `register` storage class specifier, which is not supported in C++17 (the default for clang 16). Regenerate it for improved compatibility.
The pre-generated lexer uses the `register` storage class specifier, which is not supported in C++17 (the default for clang 16). Regenerate it for improved compatibility.