247d78eced5e9dd89d640ec6cbc04a040dc143ec
[platform/upstream/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 */