mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-04 01:08:19 +02:00
second set of ANSI C changes: C89-style function declarations, more inline functions, remove register keyword
This commit is contained in:
+1
-2
@@ -54,8 +54,7 @@ $END
|
||||
specified as an argument. if no argument is given, then the last
|
||||
exit status is used. */
|
||||
int
|
||||
return_builtin (list)
|
||||
WORD_LIST *list;
|
||||
return_builtin (WORD_LIST *list)
|
||||
{
|
||||
CHECK_HELPOPT (list);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user