=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/awk/awk.h,v retrieving revision 1.15 retrieving revision 1.16 diff -c -r1.15 -r1.16 *** src/usr.bin/awk/awk.h 2020/06/10 21:00:01 1.15 --- src/usr.bin/awk/awk.h 2020/06/10 21:01:32 1.16 *************** *** 1,4 **** ! /* $OpenBSD: awk.h,v 1.15 2020/06/10 21:00:01 millert Exp $ */ /**************************************************************** Copyright (C) Lucent Technologies 1997 All Rights Reserved --- 1,4 ---- ! /* $OpenBSD: awk.h,v 1.16 2020/06/10 21:01:32 millert Exp $ */ /**************************************************************** Copyright (C) Lucent Technologies 1997 All Rights Reserved *************** *** 98,106 **** --- 98,111 ---- extern Cell *nrloc; /* NR */ extern Cell *fnrloc; /* FNR */ + extern Cell *fsloc; /* FS */ extern Cell *nfloc; /* NF */ + extern Cell *ofsloc; /* OFS */ + extern Cell *orsloc; /* ORS */ + extern Cell *rsloc; /* RS */ extern Cell *rstartloc; /* RSTART */ extern Cell *rlengthloc; /* RLENGTH */ + extern Cell *subseploc; /* SUBSEP */ /* Cell.tval values: */ #define NUM 01 /* number value is valid */