]> git.saurik.com Git - bison.git/commitdiff
Remove duplicate header inclusion.
authorAkim Demaille <demaille@gostai.com>
Fri, 24 Oct 2008 01:02:52 +0000 (20:02 -0500)
committerAkim Demaille <demaille@gostai.com>
Sat, 15 Nov 2008 13:43:39 +0000 (14:43 +0100)
* src/LR0.c: here.

ChangeLog
src/LR0.c

index 399782b7a6f8c93b79f81004108fed0db28a59d7..fce877337f683d3b75b98ae471ca3fc1aa97fd46 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-11-15  Akim Demaille  <demaille@gostai.com>
+
+       Remove duplicate header inclusion.
+       * src/LR0.c: here.
+
 2008-11-15  Akim Demaille  <demaille@gostai.com>
 
        * src/parse-gram.h, src/parse-gram.c: Regen.
 2008-11-15  Akim Demaille  <demaille@gostai.com>
 
        * src/parse-gram.h, src/parse-gram.c: Regen.
index efda69fb35af83cc3e8fc8a0d9c1546a559d47ec..8642597e753468c5b4d24c9c94afbff593ba76d3 100644 (file)
--- a/src/LR0.c
+++ b/src/LR0.c
@@ -1,6 +1,6 @@
 /* Generate the nondeterministic finite state machine for Bison.
 
 /* Generate the nondeterministic finite state machine for Bison.
 
-   Copyright (C) 1984, 1986, 1989, 2000, 2001, 2002, 2004, 2005, 2006, 2007
+   Copyright (C) 1984, 1986, 1989, 2000, 2001, 2002, 2004, 2005, 2006, 2007, 2008
    Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
    Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
@@ -33,7 +33,6 @@
 #include "complain.h"
 #include "getargs.h"
 #include "gram.h"
 #include "complain.h"
 #include "getargs.h"
 #include "gram.h"
-#include "gram.h"
 #include "lalr.h"
 #include "reader.h"
 #include "reduce.h"
 #include "lalr.h"
 #include "reader.h"
 #include "reduce.h"