Various anti-`extern in *.c' changes.

* src/system.h: Include `assert.h'.
This commit is contained in:
Akim Demaille
2000-10-02 08:35:47 +00:00
parent b2ca4022ea
commit 340ef48922
15 changed files with 95 additions and 87 deletions

View File

@@ -18,6 +18,8 @@
Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA. */
#ifndef CLOSURE_H_
# define CLOSURE_H_
/* Subroutines of file LR0.c. */
@@ -47,3 +49,8 @@ void closure PARAMS ((short *items, int n));
/* Frees itemset, ruleset and internal data. */
void free_closure PARAMS ((void));
extern short *itemset;
extern short *itemsetend;
#endif /* !CLOSURE_H_ */