]> git.saurik.com Git - bison.git/blobdiff - src/system.h
regen.
[bison.git] / src / system.h
index 86e2a99d7d52054102d3fee1b7d87582aa8bfe66..24151bbadab4c5565831244b7a3fd083a0f2477d 100644 (file)
@@ -1,6 +1,6 @@
 /* System-dependent definitions for Bison.
 
-   Copyright (C) 2000-2007, 2009-2011 Free Software Foundation, Inc.
+   Copyright (C) 2000-2007, 2009-2012 Free Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -52,6 +52,8 @@
 typedef size_t uintptr_t;
 #endif
 
+// Version mismatch.
+#define EX_MISMATCH 63
 
 /*---------.
 | Gnulib.  |