Ignore:
Timestamp:
Sep 20, 2008, 1:30:50 AM (17 years ago)
Author:
bird
Message:

kmk: hash table adjustments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/function.c

    r1727 r1793  
    118118
    119119#ifdef CONFIG_WITH_MAKE_STATS
    120 unsigned long make_stats_allocations = 0;
     120long          make_stats_allocations = 0;
    121121unsigned long make_stats_allocated = 0;
    122122unsigned long make_stats_allocated_sum = 0;
     
    36363636  if (!argv[0] || (!argv[0][0] && !argv[1]))
    36373637    {
    3638       len = sprintf (buf, "alloc-cur: %5lu %6luKB (/%3luMB)  hash: %5lu %2lu%%",
     3638      len = sprintf (buf, "alloc-cur: %5ld %6luKB (/%3luMB)  hash: %5lu %2lu%%",
    36393639                     make_stats_allocations,
    36403640                     make_stats_allocated / 1024,
     
    37133713    }
    37143714  recursive = 1;
    3715  
     3715
    37163716  file = lookup_file (argv[0]);
    37173717  if (file && file->cmds)
     
    39703970#ifdef CONFIG_WITH_DEFINED
    39713971  { STRING_SIZE_TUPLE("defined"),       1,  1,  1,  func_defined},
    3972 #endif 
     3972#endif
    39733973#ifdef CONFIG_WITH_TOUPPER_TOLOWER
    39743974  { STRING_SIZE_TUPLE("toupper"),       0,  1,  1,  func_toupper_tolower},
Note: See TracChangeset for help on using the changeset viewer.