Bash-4.3 patch 30
This commit is contained in:
parent
13db572a82
commit
ca6a2ba40c
5 changed files with 210 additions and 172 deletions
2
shell.h
2
shell.h
|
@ -180,6 +180,8 @@ typedef struct _sh_input_line_state_t {
|
|||
} sh_input_line_state_t;
|
||||
|
||||
/* Let's try declaring these here. */
|
||||
extern char *parser_remaining_input __P((void));
|
||||
|
||||
extern sh_parser_state_t *save_parser_state __P((sh_parser_state_t *));
|
||||
extern void restore_parser_state __P((sh_parser_state_t *));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue