This is the mail archive of the gdb-patches@sourceware.cygnus.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[patch] remove extern wrap_value_subscript


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 ----

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]