Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/make make: remove redundant 'extern' in function dec...



details:   https://anonhg.NetBSD.org/src/rev/a5a873c99220
branches:  trunk
changeset: 376611:a5a873c99220
user:      rillig <rillig%NetBSD.org@localhost>
date:      Sat Jun 24 07:02:24 2023 +0000

description:
make: remove redundant 'extern' in function declaration

No binary change.

diffstat:

 usr.bin/make/make.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 3939f2e58cc4 -r a5a873c99220 usr.bin/make/make.h
--- a/usr.bin/make/make.h       Sat Jun 24 07:02:11 2023 +0000
+++ b/usr.bin/make/make.h       Sat Jun 24 07:02:24 2023 +0000
@@ -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>



Home | Main Index | Thread Index | Old Index