X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/ea0a767697594d2eda37daf5ecbf2fdaf60d2189..534497f54ba955ba2173ecb9eb8128b45c745b62:/src/InadequacyList.h?ds=sidebyside diff --git a/src/InadequacyList.h b/src/InadequacyList.h index d5810123..d293b9b6 100644 --- a/src/InadequacyList.h +++ b/src/InadequacyList.h @@ -1,6 +1,6 @@ /* IELR's inadequacy list. - Copyright (C) 2009-2011 Free Software Foundation, Inc. + Copyright (C) 2009-2013 Free Software Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler. @@ -20,10 +20,10 @@ #ifndef INADEQUACY_LIST_H_ # define INADEQUACY_LIST_H_ -#include -#include "gram.h" -#include "state.h" -#include "symtab.h" +# include +# include "gram.h" +# include "state.h" +# include "symtab.h" /** * A unique ID assigned to every \c InadequacyList node. @@ -90,7 +90,7 @@ typedef struct InadequacyList { * manifesting_state->reductions->num + 1. * - If the set of all \c InadequacyList nodes with which the new * \c InadequacyList node might be compared is currently empty, then - * it is best if *node_count is zero so that the node count + * it is best if *node_count is zero so that the node count * does not eventually overflow. However, if that set is not * currently empty, then *node_count has not been modified * by any function except \c InadequacyList__new_conflict since the