]> git.saurik.com Git - bison.git/blobdiff - src/parse-gram.y
NEWS: update.
[bison.git] / src / parse-gram.y
index 5f46d2935a6c5e66aaa3df0e4097a33d4ff8382b..33b802ed4d2deb852084c3386ec4ac552744f488 100644 (file)
@@ -758,8 +758,8 @@ version_check (location const *loc, char const *version)
   if (strverscmp (version, PACKAGE_VERSION) > 0)
     {
       complain_at (*loc, "require bison %s, but have %s",
-                  version, PACKAGE_VERSION);
-      exit (63);
+                   version, PACKAGE_VERSION);
+      exit (EX_MISMATCH);
     }
 }