objc-lang.c (find_methods): Make static.
authorAdam Fedor <fedor@gnu.org>
Fri, 21 Feb 2003 02:43:01 +0000 (02:43 +0000)
committerAdam Fedor <fedor@gnu.org>
Fri, 21 Feb 2003 02:43:01 +0000 (02:43 +0000)
gdb/ChangeLog
gdb/objc-lang.c

index 32966ac80dfed9e6656246470670120dbbd8e172..3c83a3937c3d986d84eb9491126e9d9bc177d991 100644 (file)
@@ -1,3 +1,7 @@
+2003-02-20  Adam Fedor  <fedor@gnu.org>
+
+        * objc-lang.c (find_methods): Make static.
+
 2003-02-20  Christopher Faylor  <cgf@redhat.com>
 
        * win32-nat.c (get_image_name): Check return value from
index 48196fcab9f505c2a8d7d127fbb570ddb6148717..2421d6b18ac8cc04638ef8d320d433a285465008 100644 (file)
@@ -1273,7 +1273,7 @@ parse_method (char *method, char *type, char **class,
   return s2;
 }
 
-void
+static void
 find_methods (struct symtab *symtab, char type, 
              const char *class, const char *category, 
              const char *selector, struct symbol **syms, 
This page took 0.025882 seconds and 4 git commands to generate.