Changeset 2767 for trunk/src/kmk/main.c
- Timestamp:
- Jan 30, 2015, 4:33:33 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/main.c
r2760 r2767 46 46 #ifdef HAVE_FCNTL_H 47 47 # include <fcntl.h> 48 #endif 49 #ifdef CONFIG_WITH_COMPILER 50 # include "kmk_cc_exec.h" 48 51 #endif 49 52 … … 1585 1588 user_access (); 1586 1589 1590 # ifdef CONFIG_WITH_COMPILER 1591 kmk_cc_init (); 1592 # endif 1587 1593 #ifdef CONFIG_WITH_ALLOC_CACHES 1588 1594 initialize_global_alloc_caches ();
Note:
See TracChangeset
for help on using the changeset viewer.