diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2024-06-03 00:58:05 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2024-06-03 00:58:05 +0000 |
commit | 8a226ca9d35b35cd99ae1d808c18310e7b4e9669 (patch) | |
tree | c39853e78ed315949ee0c95f018b5130dca88eab /usr.bin/awk/awk.h | |
parent | 0c16bb58c3770df3acca6b47a63779bccbdff845 (diff) |
Spelling fixes and removal of unneeded prototypes and extern.
From jsg@ via upstream.
Diffstat (limited to 'usr.bin/awk/awk.h')
-rw-r--r-- | usr.bin/awk/awk.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/awk/awk.h b/usr.bin/awk/awk.h index 3b5c67b60c3..2848d343cf7 100644 --- a/usr.bin/awk/awk.h +++ b/usr.bin/awk/awk.h @@ -1,4 +1,4 @@ -/* $OpenBSD: awk.h,v 1.31 2023/11/25 16:31:33 millert Exp $ */ +/* $OpenBSD: awk.h,v 1.32 2024/06/03 00:58:04 millert Exp $ */ /**************************************************************** Copyright (C) Lucent Technologies 1997 All Rights Reserved @@ -179,7 +179,6 @@ typedef struct Node { #define NIL ((Node *) 0) extern Node *winner; -extern Node *nullstat; extern Node *nullnode; /* ctypes */ |