X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=gdb%2Fexpression.h;h=0fbab0357c58f6815b34bc644192bc753b235fff;hb=ae14a5f5db3f6f9847eed97788f15f10d42a7f77;hp=16dbb1545008b104d96d1c46661cde5ef10e8778;hpb=72ec28b8afa357cdde70c612b4e0e9f37a34f8e4;p=binutils-gdb.git diff --git a/gdb/expression.h b/gdb/expression.h index 16dbb154500..0fbab0357c5 100644 --- a/gdb/expression.h +++ b/gdb/expression.h @@ -23,6 +23,7 @@ #include "symtab.h" /* Needed for "struct block" type. */ +#include "doublest.h" /* Needed for DOUBLEST. */ /* Definitions for saved C expressions. */ @@ -333,9 +334,9 @@ struct expression /* From parse.c */ -extern struct expression *parse_expression PARAMS ((char *)); +extern struct expression *parse_expression (char *); -extern struct expression *parse_exp_1 PARAMS ((char **, struct block *, int)); +extern struct expression *parse_exp_1 (char **, struct block *, int); /* The innermost context required by the stack and register variables we've encountered so far. To use this, set it to NULL, then call @@ -362,13 +363,13 @@ enum noside }; extern struct value *evaluate_subexp_standard - PARAMS ((struct type *, struct expression *, int *, enum noside)); + (struct type *, struct expression *, int *, enum noside); /* From expprint.c */ extern void print_expression (struct expression *, struct ui_file *); -extern char *op_string PARAMS ((enum exp_opcode)); +extern char *op_string (enum exp_opcode); extern void dump_prefix_expression (struct expression *, struct ui_file *,