Files
bash/parser.h
T
2009-09-12 16:46:49 +00:00

9 lines
206 B
C

/* 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 */