This is the mail archive of the gdb-patches@sources.redhat.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]
Other format: [Raw text]

[PATCH]: Make objc-lang.c (find_methods) static


Obvious patch. I think I just missed this before.
2003-02-19  Adam Fedor  <fedor at gnu dot org>

	* objc-lang.c (find_methods): Make static.

Index: objc-lang.c
===================================================================
RCS file: /cvs/src/src/gdb/objc-lang.c,v
retrieving revision 1.9
diff -u -p -r1.9 objc-lang.c
--- objc-lang.c	24 Dec 2002 03:42:36 -0000	1.9
+++ objc-lang.c	20 Feb 2003 04:14:59 -0000
@@ -1272,7 +1272,7 @@ parse_method (char *method, char *type, 
   return s2;
 }
 
-void
+static void
 find_methods (struct symtab *symtab, char type, 
 	      const char *class, const char *category, 
 	      const char *selector, struct symbol **syms, 

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