mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-14 06:43:03 +00:00
Various anti-`extern in *.c' changes.
* src/system.h: Include `assert.h'.
This commit is contained in:
@@ -18,15 +18,11 @@
|
||||
Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
||||
02111-1307, USA. */
|
||||
|
||||
|
||||
#include "system.h"
|
||||
#include "alloc.h"
|
||||
#include "gram.h"
|
||||
#include "closure.h"
|
||||
|
||||
extern short **derives;
|
||||
|
||||
extern void RTC PARAMS ((unsigned *, int));
|
||||
#include "derives.h"
|
||||
|
||||
short *itemset;
|
||||
short *itemsetend;
|
||||
|
||||
Reference in New Issue
Block a user