X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/06e0e52ca4450a00113d5a157e791363bf57de83..6cf3716c3166d6d41cdbeea45d018b1760184421:/src/main.c diff --git a/src/main.c b/src/main.c index 0396b0f1..11081351 100644 --- a/src/main.c +++ b/src/main.c @@ -66,7 +66,7 @@ main (int argc, char *argv[]) { char const *cp = getenv ("LC_CTYPE"); - if (cp && !strcmp (cp, "C")) + if (cp && STREQ (cp, "C")) set_custom_quoting ("e_quoting_options, "'", "'"); else set_quoting_style ("e_quoting_options, locale_quoting_style);