diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-09-19 03:58:41 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-09-19 03:58:41 +0000 |
commit | 389e51db103b5c811f1849228c2c5e9e71062f5a (patch) | |
tree | f29314af18fc82fc8eaeaf5b9ac5ddb55d09fd5c /gdb/value.h | |
parent | 3b4efeaa2da94f19becde56d8c8f9693367acafc (diff) | |
download | gdb-389e51db103b5c811f1849228c2c5e9e71062f5a.zip gdb-389e51db103b5c811f1849228c2c5e9e71062f5a.tar.gz gdb-389e51db103b5c811f1849228c2c5e9e71062f5a.tar.bz2 |
Revert previous change. Not obvious.
Diffstat (limited to 'gdb/value.h')
-rw-r--r-- | gdb/value.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/gdb/value.h b/gdb/value.h index 7fa4edc..efabecb 100644 --- a/gdb/value.h +++ b/gdb/value.h @@ -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) */ |