* ch-exp.c (calculate_array_length): Fix prototype.

So gdb will build with non-ansi compilers.
This commit is contained in:
Jeff Law 1996-04-15 17:17:19 +00:00
parent 7a15a226ad
commit c5ee9d00bf
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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] = {