]> git.saurik.com Git - bison.git/blobdiff - src/parse-gram.y
tests: style changes.
[bison.git] / src / parse-gram.y
index 9eccd25aa0c12e5267ca00dfc1ef6dcfcd69cbdf..8871f67203fd763a19ca9efb1f22320f161ca97b 100644 (file)
@@ -1,7 +1,6 @@
 %{/* Bison Grammar Parser                             -*- C -*-
 
-   Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
-   Free Software Foundation, Inc.
+   Copyright (C) 2002-2011 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
@@ -79,6 +78,7 @@ static int current_prec = 0;
 %locations
 %pure-parser
 %error-verbose
+%define parse.lac full
 %name-prefix="gram_"
 %expect 0