X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/cc84fd5dc79495429d3406f9088d01f477b52a7b..dd3127cf7a8534b1689d19452e310138d8db784f:/src/derives.h?ds=sidebyside diff --git a/src/derives.h b/src/derives.h index d9505aba..a06346a4 100644 --- a/src/derives.h +++ b/src/derives.h @@ -1,5 +1,5 @@ /* Match rules with nonterminals for bison, - Copyright (C) 1984, 1989, 2000 Free Software Foundation, Inc. + Copyright 1984, 1989, 2000 Free Software Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler. @@ -18,6 +18,10 @@ the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#ifndef DERIVES_H_ +# define DERIVES_H_ + +extern short **derives; /* set_derives finds, for each variable (nonterminal), which rules can derive it. It sets up the value of derives so that derives[i - @@ -26,3 +30,5 @@ void set_derives PARAMS((void)); void free_derives PARAMS((void)); + +#endif /* !DERIVES_H_ */