summaryrefslogtreecommitdiff
path: root/usr.bin/make
diff options
context:
space:
mode:
authorrillig <rillig@NetBSD.org>2023-06-24 07:02:24 +0000
committerrillig <rillig@NetBSD.org>2023-06-24 07:02:24 +0000
commit9884456facccfae5d5ac0ceafcb78edd50ab97db (patch)
tree1a30ca69417933c532c5dbf43ad01c1d91af732b /usr.bin/make
parente3204b93ea4b3bc28e5bf80d46492d668601be9c (diff)
make: remove redundant 'extern' in function declaration
No binary change.
Diffstat (limited to 'usr.bin/make')
-rw-r--r--usr.bin/make/make.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/make/make.h b/usr.bin/make/make.h
index 017abdf279e..1164d8304a8 100644
--- a/usr.bin/make/make.h
+++ b/usr.bin/make/make.h
@@ -1,4 +1,4 @@
-/* $NetBSD: make.h,v 1.323 2023/06/20 09:25:33 rillig Exp $ */
+/* $NetBSD: make.h,v 1.324 2023/06/24 07:02:24 rillig Exp $ */
/*
* Copyright (c) 1988, 1989, 1990, 1993
@@ -1192,7 +1192,7 @@ pp_skip_hspace(char **pp)
}
#if defined(lint)
-extern void do_not_define_rcsid(void); /* for lint */
+void do_not_define_rcsid(void); /* for lint */
# define MAKE_RCSID(id) extern void do_not_define_rcsid(void)
#elif defined(MAKE_NATIVE)
# include <sys/cdefs.h>