Changeset 1793 for trunk/src/kmk/function.c
- Timestamp:
- Sep 20, 2008, 1:30:50 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/function.c
r1727 r1793 118 118 119 119 #ifdef CONFIG_WITH_MAKE_STATS 120 unsigned longmake_stats_allocations = 0;120 long make_stats_allocations = 0; 121 121 unsigned long make_stats_allocated = 0; 122 122 unsigned long make_stats_allocated_sum = 0; … … 3636 3636 if (!argv[0] || (!argv[0][0] && !argv[1])) 3637 3637 { 3638 len = sprintf (buf, "alloc-cur: %5l u%6luKB (/%3luMB) hash: %5lu %2lu%%",3638 len = sprintf (buf, "alloc-cur: %5ld %6luKB (/%3luMB) hash: %5lu %2lu%%", 3639 3639 make_stats_allocations, 3640 3640 make_stats_allocated / 1024, … … 3713 3713 } 3714 3714 recursive = 1; 3715 3715 3716 3716 file = lookup_file (argv[0]); 3717 3717 if (file && file->cmds) … … 3970 3970 #ifdef CONFIG_WITH_DEFINED 3971 3971 { STRING_SIZE_TUPLE("defined"), 1, 1, 1, func_defined}, 3972 #endif 3972 #endif 3973 3973 #ifdef CONFIG_WITH_TOUPPER_TOLOWER 3974 3974 { STRING_SIZE_TUPLE("toupper"), 0, 1, 1, func_toupper_tolower},
Note:
See TracChangeset
for help on using the changeset viewer.