ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/databases/mysql80-client/files/patch-cmd-line-utils_libedit_chartype.h
(Generate patch)

Comparing trunk/databases/mysql80-client/files/patch-cmd-line-utils_libedit_chartype.h (file contents):
Revision 24286 by laffer1, Sun Apr 29 20:31:06 2018 UTC vs.
Revision 24287 by laffer1, Sun Sep 9 21:48:31 2018 UTC

# Line 5 | Line 5
5   #if !defined(__NetBSD__) && !defined(__sun) \
6     && !(defined(__APPLE__) && defined(__MACH__)) \
7   -  && !defined(__FreeBSD__) && !defined(_AIX)
8 < +  && !defined(__FreeBSD__) && !defined(_AIX) && !defined(__DragonFly__)
8 > +  && !defined(__FreeBSD__) && !defined(_AIX) && !defined(__DragonFly__) && !defined(__MidnightBSD__)
9   #ifndef __STDC_ISO_10646__
10   /* In many places it is assumed that the first 127 code points are ASCII
11    * compatible, so ensure wchar_t indeed does ISO 10646 and not some other

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines