include/elf/
[deliverable/binutils-gdb.git] / gdb / stabsread.c
index 3457784d12b0c265e5f4be2954464fae3a7a4ab4..2d7eb15a96a041519f2d2513691c2296550b1cd8 100644 (file)
@@ -4264,7 +4264,7 @@ add_undefined_type (struct type *type, int typenums[2])
 
 /* Try to fix all undefined types pushed on the UNDEF_TYPES vector.  */
 
-void
+static void
 cleanup_undefined_types_noname (void)
 {
   int i;
@@ -4299,7 +4299,7 @@ cleanup_undefined_types_noname (void)
    yet defined at the time a pointer to it was made.
    Fix:  Do a full lookup on the struct/union tag.  */
 
-void
+static void
 cleanup_undefined_types_1 (void)
 {
   struct type **type;
This page took 0.025413 seconds and 4 git commands to generate.