mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-01 17:39:56 +02:00
commit bash-20200221 snapshot
This commit is contained in:
+1
-1
@@ -300,7 +300,7 @@ extern SHELL_VAR **all_visible_variables PARAMS((void));
|
||||
extern SHELL_VAR **all_visible_functions PARAMS((void));
|
||||
extern SHELL_VAR **all_exported_variables PARAMS((void));
|
||||
extern SHELL_VAR **local_exported_variables PARAMS((void));
|
||||
extern SHELL_VAR **all_local_variables PARAMS((void));
|
||||
extern SHELL_VAR **all_local_variables PARAMS((int));
|
||||
#if defined (ARRAY_VARS)
|
||||
extern SHELL_VAR **all_array_variables PARAMS((void));
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user