* ch-exp.c (calculate_array_length): Fix prototype.
So gdb will build with non-ansi compilers.
This commit is contained in:
parent
7a15a226ad
commit
c5ee9d00bf
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Mon Apr 15 11:19:26 1996 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* ch-exp.c (calculate_array_length): Fix prototype.
|
||||
|
||||
Sat Apr 13 14:21:16 1996 Stu Grossman (grossman@critters.cygnus.com)
|
||||
|
||||
* remote-nindy.c (nindy_open): Acquire more target state so that
|
||||
|
|
|
@ -138,7 +138,7 @@ static int parse_opt_untyped_expr ();
|
|||
static void parse_if_expression_body PARAMS((void));
|
||||
static void write_lower_upper_value PARAMS ((enum exp_opcode, struct type *));
|
||||
static enum ch_terminal ch_lex ();
|
||||
static void calculate_array_length (struct type *);
|
||||
static void calculate_array_length PARAMS ((struct type *));
|
||||
|
||||
#define MAX_LOOK_AHEAD 2
|
||||
static enum ch_terminal terminal_buffer[MAX_LOOK_AHEAD+1] = {
|
||||
|
|
Loading…
Add table
Reference in a new issue