mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-11 12:40:42 +02:00
Bash-5.3-alpha release
This commit is contained in:
+2
-4
@@ -1,6 +1,6 @@
|
||||
/* xcase - change uppercase characters to lowercase or vice versa. */
|
||||
|
||||
/* Copyright (C) 2008,2009 Free Software Foundation, Inc.
|
||||
/* Copyright (C) 2008,2009,2023 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GNU Bash.
|
||||
|
||||
@@ -42,9 +42,7 @@ extern int optind;
|
||||
#define UPPER 2
|
||||
|
||||
int
|
||||
main(ac, av)
|
||||
int ac;
|
||||
char **av;
|
||||
main(int ac, char **av)
|
||||
{
|
||||
int c, x;
|
||||
int op;
|
||||
|
||||
Reference in New Issue
Block a user