PARAMS removal.
[deliverable/binutils-gdb.git] / gdb / ax-general.c
index 4612e8ea42f450b24760a19757d1d0b96106ff60..0c851ebb7bf8083ac93e349651cc13b1bc93e378 100644 (file)
 
 #include "value.h"
 
-static void grow_expr PARAMS ((struct agent_expr * x, int n));
+static void grow_expr (struct agent_expr *x, int n);
 
-static void append_const PARAMS ((struct agent_expr * x, LONGEST val, int n));
+static void append_const (struct agent_expr *x, LONGEST val, int n);
 
-static LONGEST read_const PARAMS ((struct agent_expr * x, int o, int n));
+static LONGEST read_const (struct agent_expr *x, int o, int n);
 
-static void generic_ext PARAMS ((struct agent_expr * x, enum agent_op op, int n));
+static void generic_ext (struct agent_expr *x, enum agent_op op, int n);
 \f
 /* Functions for building expressions.  */
 
This page took 0.025118 seconds and 4 git commands to generate.