(L_bb): Test inhibit_libc.

From-SVN: r5383
This commit is contained in:
Richard Stallman 1993-09-22 02:33:56 +00:00
parent 0defb1d5a1
commit c7544ff7ae
1 changed files with 4 additions and 2 deletions

View File

@ -1313,6 +1313,7 @@ struct bb
#ifdef BLOCK_PROFILER_CODE
BLOCK_PROFILER_CODE
#else
#ifndef inhibit_libc
/* Simple minded basic block profiling output dumper for
systems that don't provde tcov support. At present,
@ -1483,8 +1484,9 @@ __bb_init_func (struct bb *blocks)
bb_head = blocks;
}
#endif /* !BLOCK_PROFILER_CODE */
#endif /* L_bb */
#endif /* not inhibit_libc */
#endif /* not BLOCK_PROFILER_CODE */
#endif /* L_bb */
/* frills for C++ */