We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9132cb commit 747f410Copy full SHA for 747f410
main/parse.c
@@ -2261,7 +2261,7 @@ extern void processLanguageDefineOption (
2261
else if (strcmp(name, RSV_LANG_ALL) == 0)
2262
{
2263
eFree (name);
2264
- error (FATAL, "\"all\" is reserved; don't use it as the name for defining a new language");
+ error (FATAL, "\"" RSV_LANG_ALL "\" is reserved; don't use it as the name for defining a new language");
2265
}
2266
else if ((unacceptable = strpbrk (name, "!\"$%&'()*,-./:;<=>?@[\\]^`|~")))
2267
0 commit comments