Fix a compiler warning by pre-declaring struct vnode;
[dragonfly.git] / contrib / awk / PROBLEMS
1 This is a list of known problems in gawk 3.0.
2 Hopefully they will all be fixed in the next major release of gawk.
3
4 Please keep in mind that the code is still undergoing significant evolution.
5
6 1. The interactions with the lexer and yyerror need reworking. It is possible
7    to get line numbers that are one line off if --compat or --posix is
8    true and either `nextfile' or `delete array' are used.
9
10    Really the whole lexical analysis stuff needs reworking.