Module Name: src Committed By: rillig Date: Sat Jun 24 07:02:24 UTC 2023
Modified Files: src/usr.bin/make: make.h Log Message: make: remove redundant 'extern' in function declaration No binary change. To generate a diff of this commit: cvs rdiff -u -r1.323 -r1.324 src/usr.bin/make/make.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/usr.bin/make/make.h diff -u src/usr.bin/make/make.h:1.323 src/usr.bin/make/make.h:1.324 --- src/usr.bin/make/make.h:1.323 Tue Jun 20 09:25:33 2023 +++ src/usr.bin/make/make.h Sat Jun 24 07:02:24 2023 @@ -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>