X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/a70083a3ed3fc3f69e0bed00220614f9d8263994..dd3127cf7a8534b1689d19452e310138d8db784f:/src/state.h diff --git a/src/state.h b/src/state.h index 43e6809b..f4242555 100644 --- a/src/state.h +++ b/src/state.h @@ -1,5 +1,5 @@ /* Type definitions for nondeterministic finite state machine 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. @@ -130,9 +130,4 @@ typedef struct reductions } reductions; -extern int nstates; -extern core *first_state; -extern shifts *first_shift; -extern reductions *first_reduction; - #endif /* !STATE_H_ */