Commit c7544ff7 by Richard Stallman

(L_bb): Test inhibit_libc.

From-SVN: r5383
parent 0defb1d5
......@@ -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,7 +1484,8 @@ __bb_init_func (struct bb *blocks)
bb_head = blocks;
}
#endif /* !BLOCK_PROFILER_CODE */
#endif /* not inhibit_libc */
#endif /* not BLOCK_PROFILER_CODE */
#endif /* L_bb */
/* frills for C++ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment