So gdb will build with non-ansi compilers.
+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
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] = {