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


Ignore:
Timestamp:
Sep 9, 2016, 4:42:06 PM (9 years ago)
Author:
bird
Message:

output optimizations

File:
1 edited

Legend:

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

    r2818 r2900  
    13801380  char *windows32_path = NULL;
    13811381
    1382 #ifndef ELECTRIC_HEAP /* Drop this because it prevents JIT debugging. */
     1382# ifndef ELECTRIC_HEAP /* Drop this because it prevents JIT debugging. */
    13831383  SetUnhandledExceptionFilter(handle_runtime_exceptions);
    1384 #endif /* !ELECTRIC_HEAP */
     1384# endif /* !ELECTRIC_HEAP */
    13851385
    13861386  /* start off assuming we have no shell */
Note: See TracChangeset for help on using the changeset viewer.