Revert previous change. Not obvious.

This commit is contained in:
Andrew Cagney
2002-09-19 03:58:41 +00:00
parent 3b4efeaa2d
commit 389e51db10
20 changed files with 55 additions and 247 deletions

View File

@@ -535,12 +535,6 @@ extern void clear_value_history (void);
extern void clear_internalvars (void);
/* Objective-C */
extern struct value *value_of_local (const char *name, int complain);
extern struct value *value_nsstring (char *ptr, int len);
/* From values.c */
extern struct value *value_copy (struct value *);
@@ -554,10 +548,6 @@ extern struct value *value_slice (struct value *, int, int);
extern struct value *call_function_by_hand (struct value *, int,
struct value **);
extern struct value *call_function_by_hand_expecting_type (struct value *,
struct type *, int,
struct value **, int);
extern int default_coerce_float_to_double (struct type *, struct type *);
extern int standard_coerce_float_to_double (struct type *, struct type *);
@@ -576,6 +566,4 @@ extern CORE_ADDR default_push_arguments (int nargs, struct value ** args,
CORE_ADDR sp, int struct_return,
CORE_ADDR struct_addr);
extern CORE_ADDR find_function_addr (struct value *, struct type **);
#endif /* !defined (VALUE_H) */