]> git.saurik.com Git - bison.git/blobdiff - src/system.h
Java: Fix syntax error handling without error token.
[bison.git] / src / system.h
index 13669a403ca61f6f15f02c04743ddf9ae63aae95..9191b55608cb3168569ebef049a0838ce5e804d8 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.  |