mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-06-27 07:43:07 +02:00
9 lines
206 B
C
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 */
|