From 2150c0f09b8aff06c126b0f0a236d40962953514 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sun, 8 Jan 2006 22:37:15 +0000 Subject: Got rid of wcswidth() define for OpenBSD now that wcswidth() isn't used. --- Src/system.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Src') diff --git a/Src/system.h b/Src/system.h index ccb12e0c0..33804e71a 100644 --- a/Src/system.h +++ b/Src/system.h @@ -703,10 +703,6 @@ extern short ospeed; */ # include # include -#ifndef HAVE_WCSWIDTH -/* wcswidth is missing on OpenBSD: assume single-width characters */ -#define wcswidth(x, y) (1) -#endif #endif #ifdef HAVE_LANGINFO_H # include -- cgit 1.4.1