summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkim Demaille <demaille@gostai.com>2008-10-23 20:02:52 -0500
committerAkim Demaille <demaille@gostai.com>2008-11-15 14:43:39 +0100
commit4b4da9fb83f9e77bae0f507938db76e523032de5 (patch)
tree6ee3bf6b7bef86d0d21e38014eb4d00637f217e2
parent4ea3f53d26588ab985b2a98176b139540344defe (diff)
downloadbison-4b4da9fb83f9e77bae0f507938db76e523032de5.tar.gz
Remove duplicate header inclusion.
* src/LR0.c: here.
-rw-r--r--ChangeLog5
-rw-r--r--src/LR0.c3
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 399782b7..fce87733 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
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>
diff --git a/src/LR0.c b/src/LR0.c
index efda69fb..8642597e 100644
--- a/src/LR0.c
+++ b/src/LR0.c
@@ -1,6 +1,6 @@
/* 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.
@@ -33,7 +33,6 @@
#include "complain.h"
#include "getargs.h"
#include "gram.h"
-#include "gram.h"
#include "lalr.h"
#include "reader.h"
#include "reduce.h"