You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
350 B
11 lines
350 B
--- bash-2.02-orig/parse.y Wed Mar 25 18:16:23 1998 |
|
+++ bash-2.02/parse.y Sun Apr 19 16:46:34 1998 |
|
@@ -923,7 +923,7 @@ |
|
|
|
#if defined (READLINE) |
|
char *current_readline_prompt = (char *)NULL; |
|
-char *current_readline_line = (char *)NULL; |
|
+unsigned char *current_readline_line = (unsigned char *)NULL; |
|
int current_readline_line_index = 0; |
|
|
|
static int
|
|
|