summaryrefslogtreecommitdiff
path: root/editors/manedit/patches/patch-aa
blob: a33b88882fb67a4227f1d9703dee93140c35ebb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-aa,v 1.2 2001/06/11 20:58:33 zuntum Exp $

--- ../include/xsw_ctype.h.orig	Tue Mar 27 03:39:01 2001
+++ ../include/xsw_ctype.h
@@ -5,7 +5,6 @@
 # if defined(__cplusplus) || defined(c_plusplus)
 
 extern bool isblank(char c);
-extern bool isblank(int c);
 
 #else