diff options
| author | Jari Aalto <jari.aalto@cante.net> | 1996-08-26 18:22:31 +0000 |
|---|---|---|
| committer | Jari Aalto <jari.aalto@cante.net> | 2009-09-12 16:46:49 +0000 |
| commit | 726f63884db0132f01745f1fb4465e6621088ccf (patch) | |
| tree | 6c2f7765a890a97e0e513cb539df43283a8f7c4d /parser.h | |
| download | android_external_bash-726f63884db0132f01745f1fb4465e6621088ccf.tar.gz android_external_bash-726f63884db0132f01745f1fb4465e6621088ccf.tar.bz2 android_external_bash-726f63884db0132f01745f1fb4465e6621088ccf.zip | |
Imported from ../bash-1.14.7.tar.gz.
Diffstat (limited to 'parser.h')
| -rw-r--r-- | parser.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/parser.h b/parser.h new file mode 100644 index 0000000..247d78e --- /dev/null +++ b/parser.h @@ -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 */ |
