[BACK]Return to arcs.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / gprof

Diff for /src/usr.bin/gprof/arcs.c between version 1.4 and 1.5

version 1.4, 2001/08/12 12:03:03 version 1.5, 2001/11/19 19:02:14
Line 359 
Line 359 
 void  void
 cyclelink()  cyclelink()
 {  {
     register nltype     *nlp;      nltype      *nlp;
     register nltype     *cyclenlp;      nltype      *cyclenlp;
     int                 cycle;      int                 cycle;
     nltype              *memberp;      nltype              *memberp;
     arctype             *arcp;      arctype             *arcp;

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5