]> The Tcpdump Group git mirrors - tcpdump/commitdiff
We no longer use isascii(), so we don't need to define it with MSVC.
authorGuy Harris <[email protected]>
Sun, 1 Sep 2019 23:15:31 +0000 (16:15 -0700)
committerGuy Harris <[email protected]>
Sun, 1 Sep 2019 23:15:31 +0000 (16:15 -0700)
netdissect-stdinc.h

index 2c16be39e141620a14c1055d12d210fe5f7e2c65..8b8eaf9ae72d2733f0e582e0f74dacc6222316e7 100644 (file)
    * by adding a preceding underscore; we *want* the UN*Xisms, so add
    * #defines to let us use them.
    */
-  #define isascii __isascii
   #define isatty _isatty
   #define stat _stat
   #define strdup _strdup