Changeset 1918 for trunk/src/kmk/variable.c
- Timestamp:
- Oct 23, 2008, 11:27:11 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/variable.c
r1915 r1918 2293 2293 } 2294 2294 2295 #ifdef CONFIG_WITH_PRINT_STATS_SWITCH 2296 void 2297 print_variable_stats (void) 2298 { 2299 fputs (_("\n# Global variable hash-table stats:\n# "), stdout); 2300 hash_print_stats (&global_variable_set.table, stdout); 2301 fputs ("\n", stdout); 2302 } 2303 #endif 2295 2304 2296 2305 /* Print all the local variables of FILE. */
Note:
See TracChangeset
for help on using the changeset viewer.