Changeset 1980 for trunk/src/kmk/main.c
- Timestamp:
- Oct 28, 2008, 12:25:49 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/main.c
r1968 r1980 679 679 alloccache_init (&variable_set_list_cache, sizeof (struct variable_set_list), "variable_set_list", NULL, NULL); 680 680 } 681 #endif 681 #endif /* CONFIG_WITH_ALLOC_CACHES */ 682 682 683 683 static void … … 787 787 db_level |= DB_KMK; 788 788 break; 789 #endif 789 #endif /* DB_KMK */ 790 790 default: 791 791 fatal (NILF, _("unknown debug level specification `%s'"), p); … … 809 809 set_make_priority_and_affinity (void) 810 810 { 811 # ifdef WINDOWS32811 # ifdef WINDOWS32 812 812 DWORD dwPriority; 813 813 if (process_affinity) … … 830 830 dwPriority, GetLastError ()); 831 831 832 # else /*#elif HAVE_NICE */832 # else /*#elif HAVE_NICE */ 833 833 int nice_level = 0; 834 834 switch (process_priority) … … 846 846 fprintf (stderr, "warning: nice (%d) failed: %s\n", 847 847 nice_level, strerror (errno)); 848 # endif848 # endif 849 849 } 850 #endif 850 #endif /* KMK */ 851 851 852 852 … … 1287 1287 #if defined(set_space_map_entry) /*bird*/ 1288 1288 char space_map[space_map_size]; 1289 #endif 1289 #endif /* set_space_map_entry */ 1290 1290 1291 1291 … … 1307 1307 char *windows32_path = NULL; 1308 1308 1309 #ifndef ELECTRIC_HEAP /* Drop this because it prevent JIT debugging. */1309 #ifndef ELECTRIC_HEAP /* Drop this because it prevents JIT debugging. */ 1310 1310 SetUnhandledExceptionFilter(handle_runtime_exceptions); 1311 1311 #endif /* !ELECTRIC_HEAP */
Note:
See TracChangeset
for help on using the changeset viewer.