]> pd.if.org Git - pdutils/blob - posix/sh/parser.h
rename utils to posix
[pdutils] / posix / sh / parser.h
1 struct parser_state {
2         int casewords;
3         int incase;
4         int linebreak;
5 };