Ignore:
Timestamp:
Dec 20, 2021, 11:51:05 PM (4 years ago)
Author:
bird
Message:

grep: Initial windows config and adjustments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/grep/lib/dfa.c

    r3529 r3532  
    297297  RPAREN,                       /* RPAREN never appears in the parse tree.  */
    298298
     299#if defined(KMK_GREP) && defined(KBUILD_OS_WINDOWS)
     300# define WCHAR DFA_WCHAR
     301#endif
    299302  WCHAR,                        /* Only returned by lex.  wctok contains
    300303                                   the wide character representation.  */
Note: See TracChangeset for help on using the changeset viewer.