=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/awk/awk.h,v retrieving revision 1.24 retrieving revision 1.25 diff -c -r1.24 -r1.25 *** src/usr.bin/awk/awk.h 2020/06/13 01:19:55 1.24 --- src/usr.bin/awk/awk.h 2020/06/13 01:21:01 1.25 *************** *** 1,4 **** ! /* $OpenBSD: awk.h,v 1.24 2020/06/13 01:19:55 millert Exp $ */ /**************************************************************** Copyright (C) Lucent Technologies 1997 All Rights Reserved --- 1,4 ---- ! /* $OpenBSD: awk.h,v 1.25 2020/06/13 01:21:01 millert Exp $ */ /**************************************************************** Copyright (C) Lucent Technologies 1997 All Rights Reserved *************** *** 159,164 **** --- 159,166 ---- #define FCOMPL 18 #define FLSHIFT 19 #define FRSHIFT 20 + #define FSYSTIME 21 + #define FSTRFTIME 22 /* Node: parse tree is made of nodes, with Cell's at bottom */