mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-05 17:52:30 +02:00
Imported from ../bash-2.05b.tar.gz.
This commit is contained in:
@@ -38,6 +38,7 @@ struct flags_alist {
|
||||
};
|
||||
|
||||
extern struct flags_alist shell_flags[];
|
||||
extern char optflags[];
|
||||
|
||||
extern int
|
||||
mark_modified_vars, exit_immediately_on_error, disallow_filename_globbing,
|
||||
@@ -69,6 +70,8 @@ extern int change_flag __P((int, int));
|
||||
extern char *which_set_flags __P((void));
|
||||
extern void reset_shell_flags __P((void));
|
||||
|
||||
extern void initialize_flags __P((void));
|
||||
|
||||
/* A macro for efficiency. */
|
||||
#define change_flag_char(flag, on_or_off) change_flag (flag, on_or_off)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user