diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-01-20 19:43:25 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-01-20 19:43:25 +0000 |
commit | f7e578b681f2047c43e6d75930fb5f278543dc32 (patch) | |
tree | 71e7f54a3183f4732b8ae0271c305720236851a4 /usr.bin/awk/awk.h | |
parent | 0f2a4655788de684b2544b1175a3aeb883569249 (diff) |
Latest research awk from June 29, 1996
Diffstat (limited to 'usr.bin/awk/awk.h')
-rw-r--r-- | usr.bin/awk/awk.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/awk/awk.h b/usr.bin/awk/awk.h index 731f6f13cab..213e43302c8 100644 --- a/usr.bin/awk/awk.h +++ b/usr.bin/awk/awk.h @@ -67,6 +67,7 @@ extern int lineno; /* line number in awk program */ extern int errorflag; /* 1 if error has occurred */ extern int donefld; /* 1 if record broken into fields */ extern int donerec; /* 1 if record is valid (no fld has changed */ +extern char inputFS[]; /* FS at time of input, for field splitting */ extern int dbg; |