Changeset 1980 for trunk/src/kmk/main.c


Ignore:
Timestamp:
Oct 28, 2008, 12:25:49 AM (17 years ago)
Author:
bird
Message:

kmk: Some cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/main.c

    r1968 r1980  
    679679  alloccache_init (&variable_set_list_cache, sizeof (struct variable_set_list), "variable_set_list", NULL, NULL);
    680680}
    681 #endif
     681#endif /* CONFIG_WITH_ALLOC_CACHES */
    682682
    683683static void
     
    787787              db_level |= DB_KMK;
    788788              break;
    789 #endif
     789#endif /* DB_KMK */
    790790            default:
    791791              fatal (NILF, _("unknown debug level specification `%s'"), p);
     
    809809set_make_priority_and_affinity (void)
    810810{
    811 #ifdef WINDOWS32
     811# ifdef WINDOWS32
    812812  DWORD dwPriority;
    813813  if (process_affinity)
     
    830830             dwPriority, GetLastError ());
    831831
    832 #else /*#elif HAVE_NICE */
     832# else /*#elif HAVE_NICE */
    833833  int nice_level = 0;
    834834  switch (process_priority)
     
    846846    fprintf (stderr, "warning: nice (%d) failed: %s\n",
    847847             nice_level, strerror (errno));
    848 #endif
     848# endif
    849849}
    850 #endif
     850#endif /* KMK */
    851851
    852852
     
    12871287#if defined(set_space_map_entry) /*bird*/
    12881288char space_map[space_map_size];
    1289 #endif
     1289#endif /* set_space_map_entry */
    12901290
    12911291
     
    13071307  char *windows32_path = NULL;
    13081308
    1309 #ifndef ELECTRIC_HEAP /* Drop this because it prevent JIT debugging. */
     1309#ifndef ELECTRIC_HEAP /* Drop this because it prevents JIT debugging. */
    13101310  SetUnhandledExceptionFilter(handle_runtime_exceptions);
    13111311#endif /* !ELECTRIC_HEAP */
Note: See TracChangeset for help on using the changeset viewer.