Fix a compiler warning by pre-declaring struct vnode;
[dragonfly.git] / contrib / awk / README_d / README.FIRST
1 Sat Feb 18 23:07:55 EST 1995
2
3 Starting with 2.15.6, gawk will preserve the value of NF and $0 for
4 the last record read into the END rule(s).  This is important to you
5 if your program uses
6
7         print
8
9 in an END rule to mean
10
11         print ""
12
13 (i.e., print nothing).  Examine your awk programs carefully to make sure
14 that they use `print ""' instead of `print', otherwise you will get
15 strange results.
16
17 If you send me email about this, without having read this
18 file, I will yell at you.
19
20 Arnold Robbins
21 arnold@gnu.org