]> git.saurik.com Git - bison.git/blobdiff - src/parse-gram.y
glr.c: formatting changes.
[bison.git] / src / parse-gram.y
index 01b640df697643980278d9b2968130e9a9b9226d..532349bbe40230c346b85986efd8acffe4abe397 100644 (file)
@@ -804,7 +804,7 @@ version_check (location const *loc, char const *version)
     {
       complain_at (*loc, "require bison %s, but have %s",
                    version, PACKAGE_VERSION);
     {
       complain_at (*loc, "require bison %s, but have %s",
                    version, PACKAGE_VERSION);
-      exit (63);
+      exit (EX_MISMATCH);
     }
 }
 
     }
 }