mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-10 05:30:49 +02:00
commit bash-20200605 snapshot
This commit is contained in:
+2
-2
@@ -52,8 +52,8 @@ int shell_compatibility_level = DEFAULT_COMPAT_LEVEL;
|
||||
/* Functions for getting, setting, and displaying the shell version. */
|
||||
|
||||
/* Forward declarations so we don't have to include externs.h */
|
||||
extern char *shell_version_string __P((void));
|
||||
extern void show_shell_version __P((int));
|
||||
extern char *shell_version_string PARAMS((void));
|
||||
extern void show_shell_version PARAMS((int));
|
||||
|
||||
/* Give version information about this shell. */
|
||||
char *
|
||||
|
||||
Reference in New Issue
Block a user