* search.c: Put various prototypes inside #ifdef MI_MATRIX.
authorJeffrey A Law <law@cygnus.com>
Sun, 29 Mar 1998 12:42:39 +0000 (12:42 +0000)
committerJeff Law <law@gcc.gnu.org>
Sun, 29 Mar 1998 12:42:39 +0000 (05:42 -0700)
From-SVN: r18902

gcc/cp/ChangeLog
gcc/cp/search.c

index 9b049e997a7507f797c5bccb95699bca78c9db4b..9913cac06d69dc0adea2e7d4c9000fd868645e8e 100644 (file)
@@ -1,5 +1,9 @@
 Sun Mar 29 00:47:32 1998  Jeffrey A Law  (law@cygnus.com)
 
+       * search.c: Put various prototypes inside #ifdef MI_MATRIX.
+
+       * repo.c (save_string): Delete dead function.
+
        * method.c (thunk_printable_name): Delete dead function.
 
        * lex.c (yynextch): Delete dead function.
index a0668456b4543802413f6bb9f2bb323811315b59..2d16fc45a8b2985c99d538c684350cafb8b5c5d2 100644 (file)
@@ -101,22 +101,26 @@ static void fixup_virtual_upcast_offsets
               tree *));
 static int markedp PROTO((tree));
 static int unmarkedp PROTO((tree));
+#ifdef MI_MATRIX
 static int numberedp PROTO((tree));
 static int unnumberedp PROTO((tree));
+#endif
 static int marked_vtable_pathp PROTO((tree));
 static int unmarked_vtable_pathp PROTO((tree));
 static int marked_new_vtablep PROTO((tree));
 static int unmarked_new_vtablep PROTO((tree));
 static int dfs_debug_unmarkedp PROTO((tree));
+#ifdef MI_MATRIX
 static void dfs_number PROTO((tree));
 static void dfs_unnumber PROTO((tree));
+static void dfs_record_inheritance PROTO((tree));
+#endif
 static void dfs_debug_mark PROTO((tree));
 static void dfs_find_vbases PROTO((tree));
 static void dfs_clear_vbase_slots PROTO((tree));
 static void dfs_unmark PROTO((tree));
 static void dfs_init_vbase_pointers PROTO((tree));
 static void dfs_get_vbase_types PROTO((tree));
-static void dfs_record_inheritance PROTO((tree));
 static void dfs_pushdecls PROTO((tree));
 static void dfs_compress_decls PROTO((tree));
 static void dfs_unuse_fields PROTO((tree));