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

Diff for /src/usr.bin/gprof/Attic/pmax.c between version 1.3 and 1.4

version 1.3, 2001/03/22 05:18:30 version 1.4, 2001/11/19 19:02:14
Line 83 
Line 83 
         unsigned long   p_lowpc;          unsigned long   p_lowpc;
         unsigned long   p_highpc;          unsigned long   p_highpc;
 {  {
         register u_long pc;          u_long pc;
         nltype *childp;          nltype *childp;
         unsigned long destpc;          unsigned long destpc;
         register long op;          long op;
         register int off;          int off;
   
         if (textspace == 0)          if (textspace == 0)
                 return;                  return;

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