Wed Mar 20 18:15:47 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
[deliverable/binutils-gdb.git] / gprof / cg_dfn.h
CommitLineData
5489fcc3
KR
1#ifndef cg_dfn_h
2#define cg_dfn_h
3
4/*
5 * Flags which mark a symbol as topologically ``busy'' or as
6 * topologically ``not_numbered'':
7 */
8#define DFN_BUSY -1
9#define DFN_NAN 0
10
11/*
12 * Depth-first numbering of a call-graph.
13 */
14
12516a37 15extern void cg_dfn PARAMS ((Sym * root));
5489fcc3
KR
16
17#endif /* cg_dfn_h */
This page took 0.050612 seconds and 4 git commands to generate.