Print this page
make: unifdef for other OSes (undefined)

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/make/lib/mksh/i18n.cc
          +++ new/usr/src/cmd/make/lib/mksh/i18n.cc
↓ open down ↓ 27 lines elided ↑ open up ↑
  28   28   *      i18n.cc
  29   29   *
  30   30   *      Deal with internationalization conversions
  31   31   */
  32   32  
  33   33  /*
  34   34   * Included files
  35   35   */
  36   36  #include <mksh/i18n.h>
  37   37  #include <mksh/misc.h>          /* setup_char_semantics() */
  38      -#if defined (linux)
  39      -#       include <wctype.h>
  40      -#       include <wchar.h>
  41      -#       define wschr(x,y) wcschr(x,y)
  42      -#endif
  43   38  
  44   39  /*
  45   40   *      get_char_semantics_value(ch)
  46   41   *
  47   42   *      Return value:
  48   43   *              The character semantics of ch.
  49   44   *
  50   45   *      Parameters:
  51   46   *              ch              character we want semantics for.
  52   47   *
↓ open down ↓ 44 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX