Module Name: src
Committed By: christos
Date: Thu Feb 11 19:10:18 UTC 2016
Modified Files:
src/lib/libedit: chartype.h
Log Message:
remove unused wrapper (Ingo Schwarze)
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/lib/libedit/chartype.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libedit/chartype.h
diff -u src/lib/libedit/chartype.h:1.16 src/lib/libedit/chartype.h:1.17
--- src/lib/libedit/chartype.h:1.16 Mon Feb 8 12:18:43 2016
+++ src/lib/libedit/chartype.h Thu Feb 11 14:10:18 2016
@@ -1,4 +1,4 @@
-/* $NetBSD: chartype.h,v 1.16 2016/02/08 17:18:43 christos Exp $ */
+/* $NetBSD: chartype.h,v 1.17 2016/02/11 19:10:18 christos Exp $ */
/*-
* Copyright (c) 2009 The NetBSD Foundation, Inc.
@@ -62,7 +62,6 @@
#define ct_mbtowc mbtowc
#define ct_mbrtowc mbrtowc
-#define ct_mbtowc_reset mbtowc(0,0,(size_t)0)
#define ct_wctomb wctomb
#define ct_wctomb_reset wctomb(0,0)
#define ct_wcstombs wcstombs
@@ -118,7 +117,6 @@ Width(wchar_t c)
#define ct_mbtowc error
#define ct_mbrtowc error
-#define ct_mbtowc_reset
#define ct_wctomb error
#define ct_wctomb_reset
#define ct_wcstombs(a, b, c) (strncpy(a, b, c), strlen(a))