[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.5 and 1.6

version 1.5, 2001/06/12 22:44:22 version 1.6, 2002/08/12 00:42:56
Line 165 
Line 165 
         }          }
     } else      } else
     /* or we don't -> simple stats gathering */      /* or we don't -> simple stats gathering */
         statarray = ecalloc(sizeof(unsigned long), STAT_NUMBER);          statarray = ecalloc(STAT_NUMBER, sizeof(unsigned long));
     STAT_INVOCATIONS++;      STAT_INVOCATIONS++;
     atexit(print_stats);      atexit(print_stats);
 }  }

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