Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/nvi/dist/common Remove duplicate definition for...
details: https://anonhg.NetBSD.org/src/rev/4b86b7c6b412
branches: trunk
changeset: 357487:4b86b7c6b412
user: rin <rin%NetBSD.org@localhost>
date: Mon Nov 13 01:34:59 2017 +0000
description:
Remove duplicate definition for ISUPPER.
No binary changes.
diffstat:
external/bsd/nvi/dist/common/multibyte.h | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diffs (25 lines):
diff -r 5d865c61beab -r 4b86b7c6b412 external/bsd/nvi/dist/common/multibyte.h
--- a/external/bsd/nvi/dist/common/multibyte.h Mon Nov 13 00:53:05 2017 +0000
+++ b/external/bsd/nvi/dist/common/multibyte.h Mon Nov 13 01:34:59 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: multibyte.h,v 1.3 2017/10/29 15:29:34 christos Exp $ */
+/* $NetBSD: multibyte.h,v 1.4 2017/11/13 01:34:59 rin Exp $ */
#ifndef MULTIBYTE_H
#define MULTIBYTE_H
@@ -41,7 +41,6 @@
typedef wint_t ARG_CHAR_T;
typedef wint_t UCHAR_T;
-#define ISUPPER iswupper
#define STRLEN wcslen
#define STRTOL wcstol
#define STRTOUL wcstoul
@@ -75,7 +74,6 @@
typedef int ARG_CHAR_T;
typedef unsigned char UCHAR_T;
-#define ISUPPER isupper
#define STRLEN strlen
#define STRTOL strtol
#define STRTOUL strtoul
Home |
Main Index |
Thread Index |
Old Index