mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-27 19:46:05 +08:00
* search.c: Put various prototypes inside #ifdef MI_MATRIX.
From-SVN: r18902
This commit is contained in:
parent
214922f8ab
commit
769467b9da
@ -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.
|
||||
|
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user