]> git.saurik.com Git - bison.git/blobdiff - src/symlist.h
build: use abort to pacify compiler errors
[bison.git] / src / symlist.h
index 9b0f11720d6ac270b7eafe67735fb1837db270d1..497fcc6e0254393ccd1bb13d919e957b3bd7df92 100644 (file)
@@ -1,6 +1,6 @@
 /* Lists of symbols for Bison
 
-   Copyright (C) 2002, 2005-2007, 2009-2013 Free Software Foundation,
+   Copyright (C) 2002, 2005-2007, 2009-2014 Free Software Foundation,
    Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
@@ -83,6 +83,7 @@ typedef struct symbol_list
   location percent_empty_loc;
 
   int dprec;
+  location dprec_location;
   int merger;
   location merger_declaration_location;