Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libedit OpenBSD is like us.
details: https://anonhg.NetBSD.org/src/rev/504f429fd0dc
branches: trunk
changeset: 336211:504f429fd0dc
user: christos <christos%NetBSD.org@localhost>
date: Tue Feb 17 22:49:26 2015 +0000
description:
OpenBSD is like us.
diffstat:
lib/libedit/chartype.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 6d0c58751bb6 -r 504f429fd0dc lib/libedit/chartype.h
--- a/lib/libedit/chartype.h Tue Feb 17 21:02:33 2015 +0000
+++ b/lib/libedit/chartype.h Tue Feb 17 22:49:26 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: chartype.h,v 1.10 2011/11/16 01:45:10 christos Exp $ */
+/* $NetBSD: chartype.h,v 1.11 2015/02/17 22:49:26 christos Exp $ */
/*-
* Copyright (c) 2009 The NetBSD Foundation, Inc.
@@ -44,7 +44,7 @@
* supports non-BMP code points without requiring UTF-16, but nothing
* seems to actually advertise this properly, despite Unicode 3.1 having
* been around since 2001... */
-#if !defined(__NetBSD__) && !defined(__sun) && !(defined(__APPLE__) && defined(__MACH__))
+#if !defined(__NetBSD__) && !defined(__sun) && !(defined(__APPLE__) && defined(__MACH__)) && !defined(__OpenBSD__)
#ifndef __STDC_ISO_10646__
/* In many places it is assumed that the first 127 code points are ASCII
* compatible, so ensure wchar_t indeed does ISO 10646 and not some other
Home |
Main Index |
Thread Index |
Old Index