Changeset 2931 in kBuild for trunk/src/kmk/main.c
- Timestamp:
- Sep 18, 2016 3:57:48 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/main.c
r2916 r2931 90 90 #ifdef CONFIG_WITH_PRINT_STATS_SWITCH 91 91 void print_variable_stats (void); 92 void print_dir_stats (void); 92 93 void print_file_stats (void); 93 94 #endif … … 3870 3871 print_variable_stats (); 3871 3872 print_file_stats (); 3873 print_dir_stats (); 3872 3874 # ifdef KMK 3873 3875 print_kbuild_define_stats ();
Note:
See TracChangeset
for help on using the changeset viewer.