=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/awk/lib.c,v retrieving revision 1.39 retrieving revision 1.40 diff -c -r1.39 -r1.40 *** src/usr.bin/awk/lib.c 2020/06/26 15:57:39 1.39 --- src/usr.bin/awk/lib.c 2020/07/30 17:45:44 1.40 *************** *** 1,4 **** ! /* $OpenBSD: lib.c,v 1.39 2020/06/26 15:57:39 millert Exp $ */ /**************************************************************** Copyright (C) Lucent Technologies 1997 All Rights Reserved --- 1,4 ---- ! /* $OpenBSD: lib.c,v 1.40 2020/07/30 17:45:44 millert Exp $ */ /**************************************************************** Copyright (C) Lucent Technologies 1997 All Rights Reserved *************** *** 32,38 **** #include #include #include "awk.h" - #include "ytab.h" char EMPTY[] = { '\0' }; FILE *infile = NULL; --- 32,37 ----