VirtualBox

Changeset 3114 in kBuild for trunk/src/kmk/main.c


Ignore:
Timestamp:
Oct 29, 2017 6:02:04 PM (8 years ago)
Author:
bird
Message:

kmk_install: added --dos2unix and --unix2dos flags.

File:
1 edited

Legend:

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

    r3051 r3114  
    14141414# endif /* !ELECTRIC_HEAP */
    14151415
     1416# ifdef KMK
     1417  /* Clear the SEM_NOGPFAULTERRORBOX flag so WER will generate dumps when we run
     1418     under cygwin.  To void popups, set WER registry value DontShowUI to 1. */
     1419  if (getenv("KMK_NO_SET_ERROR_MODE") == NULL)
     1420    SetErrorMode(GetErrorMode() & ~SEM_NOGPFAULTERRORBOX);
     1421# endif
     1422
    14161423  /* start off assuming we have no shell */
    14171424  unixy_shell = 0;
    14181425  no_default_sh_exe = 1;
    14191426#endif
    1420 # ifdef CONFIG_WITH_FAST_IS_SPACE /* bird */
     1427#ifdef CONFIG_WITH_FAST_IS_SPACE /* bird */
    14211428  memset (space_map, '\0', sizeof(space_map));
    14221429  set_space_map_entry (' ');
     
    14261433  set_space_map_entry ('\t');
    14271434  set_space_map_entry ('\v');
    1428 # endif /* CONFIG_WITH_FAST_IS_SPACE */
     1435#endif /* CONFIG_WITH_FAST_IS_SPACE */
    14291436
    14301437#ifdef CONFIG_WITH_PRINT_TIME_SWITCH
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette