second set of ANSI C changes: C89-style function declarations, more inline functions, remove register keyword

This commit is contained in:
Chet Ramey
2023-01-03 10:23:11 -05:00
parent 81e3a4fb07
commit a61ffa78ed
85 changed files with 2867 additions and 5479 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
/* siglist.c -- signal list for those machines that don't have one. */
/* Copyright (C) 1989-2021 Free Software Foundation, Inc.
/* Copyright (C) 1989-2022 Free Software Foundation, Inc.
This file is part of GNU Bash, the Bourne Again SHell.
@@ -38,7 +38,7 @@
char *sys_siglist[NSIG];
void
initialize_siglist ()
initialize_siglist (void)
{
register int i;