]> git.ipfire.org Git - thirdparty/bash.git/blob - parser.h
Imported from ../bash-1.14.7.tar.gz.
[thirdparty/bash.git] / parser.h
1 /* parser.h -- Everything you wanted to know about the parser, but were
2 afraid to ask. */
3
4 #if !defined (_PARSER_H)
5 # define _PARSER_H
6 # include "command.h"
7 # include "input.h"
8 #endif /* _PARSER_H */