=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/awk/parse.c,v retrieving revision 1.13 retrieving revision 1.14 diff -c -r1.13 -r1.14 *** src/usr.bin/awk/parse.c 2020/12/09 20:00:11 1.13 --- src/usr.bin/awk/parse.c 2023/09/10 14:59:00 1.14 *************** *** 1,4 **** ! /* $OpenBSD: parse.c,v 1.13 2020/12/09 20:00:11 millert Exp $ */ /**************************************************************** Copyright (C) Lucent Technologies 1997 All Rights Reserved --- 1,4 ---- ! /* $OpenBSD: parse.c,v 1.14 2023/09/10 14:59:00 millert Exp $ */ /**************************************************************** Copyright (C) Lucent Technologies 1997 All Rights Reserved *************** *** 30,36 **** #include "awk.h" #include "awkgram.tab.h" ! Node *nodealloc(int n) { Node *x; --- 30,36 ---- #include "awk.h" #include "awkgram.tab.h" ! Node *nodealloc(size_t n) { Node *x;