Imported from ../bash-1.14.7.tar.gz.

This commit is contained in:
Jari Aalto
1996-08-26 18:22:31 +00:00
commit 726f63884d
402 changed files with 150297 additions and 0 deletions

8
parser.h Normal file
View File

@@ -0,0 +1,8 @@
/* parser.h -- Everything you wanted to know about the parser, but were
afraid to ask. */
#if !defined (_PARSER_H)
# define _PARSER_H
# include "command.h"
# include "input.h"
#endif /* _PARSER_H */