]> git.saurik.com Git - bison.git/blobdiff - src/ielr.h
Merge remote-tracking branch 'origin/maint'
[bison.git] / src / ielr.h
index 2dc5defbac02c088c79673e139994ac2936964c6..b60ae363484b89aecb8058f55e7dc321b8daf295 100644 (file)
@@ -1,6 +1,6 @@
 /* IELR main implementation.
 
-   Copyright (C) 2009-2010 Free Software Foundation, Inc.
+   Copyright (C) 2009-2013 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
 #ifndef IELR_H_
 # define IELR_H_
 
-#include <bitset.h>
+# include <bitset.h>
 
-#include "state.h"
+# include "state.h"
 
 /**
  * \pre
- *   - \c ::states is of size \c ::nstates and defines an LALR(1) parser for
- *     the users's grammar.
+ *   - \c ::states is of size \c ::nstates and defines an LR(0) parser
+ *     for the users's grammar.
  *   - \c ::ntokens is the number of tokens in the grammar.
  * \post
  *   - \c ::states is of size \c ::nstates (which might be greater than