[patch] remove extern wrap_value_subscript
Andrew Cagney
ac131313@cygnus.com
Mon May 15 19:53:00 GMT 2000
FYI,
I'm not sure what happened. I think too much glue may have been used in
a cut/paste.
enjoy,
Andrew
Tue May 16 12:46:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
* wrapper.h (wrap_value_subscript): Delete declaration.
Index: wrapper.h
===================================================================
RCS file: /cvs/src/src/gdb/wrapper.h,v
retrieving revision 1.6
diff -p -r1.6 wrapper.h
*** wrapper.h 2000/05/15 07:10:04 1.6
--- wrapper.h 2000/05/16 02:48:56
*************** extern int gdb_value_fetch_lazy PARAMS (
*** 32,38 ****
extern int gdb_value_equal PARAMS ((value_ptr, value_ptr, int *));
extern int gdb_value_subscript PARAMS ((value_ptr, value_ptr, value_ptr *));
- extern int wrap_value_subscript PARAMS ((char *));
extern int gdb_value_ind PARAMS ((value_ptr val, value_ptr * rval));
--- 32,37 ----
More information about the Gdb-patches
mailing list