X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/71cbc1ac1a0b35b2488b109b031685b641868846..da209f943b44fd407436db79ac8e6a56f569ab9c:/src/parse-gram.y diff --git a/src/parse-gram.y b/src/parse-gram.y index da0aef71..33b802ed 100644 --- a/src/parse-gram.y +++ b/src/parse-gram.y @@ -759,7 +759,7 @@ version_check (location const *loc, char const *version) { complain_at (*loc, "require bison %s, but have %s", version, PACKAGE_VERSION); - exit (EX_CONFIG); + exit (EX_MISMATCH); } }