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

Diff for /src/usr.bin/make/stats.c between version 1.3 and 1.4

version 1.3, 2001/05/29 12:53:43 version 1.4, 2001/06/05 11:59:54
Line 162 
Line 162 
         }          }
     } else      } else
     /* or we don't -> simple stats gathering */      /* or we don't -> simple stats gathering */
         statarray = emalloc(sizeof(unsigned long) * STAT_NUMBER);          statarray = ecalloc(sizeof(unsigned long), STAT_NUMBER);
     STAT_INVOCATIONS++;      STAT_INVOCATIONS++;
     atexit(print_stats);      atexit(print_stats);
 }  }

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