diff options
Diffstat (limited to 'gdb/ax-general.c')
-rw-r--r-- | gdb/ax-general.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/ax-general.c b/gdb/ax-general.c index 4612e8ea42f..0c851ebb7bf 100644 --- a/gdb/ax-general.c +++ b/gdb/ax-general.c @@ -28,13 +28,13 @@ #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); /* Functions for building expressions. */ |