diff options
Diffstat (limited to 'editors/manedit/patches/patch-aa')
-rw-r--r-- | editors/manedit/patches/patch-aa | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/editors/manedit/patches/patch-aa b/editors/manedit/patches/patch-aa new file mode 100644 index 00000000000..c0901dce101 --- /dev/null +++ b/editors/manedit/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.1.1.1 2001/01/21 18:18:04 fredb Exp $ + +--- ../include/xsw_ctype.h.orig Sat Jan 20 12:39:31 2001 ++++ ../include/xsw_ctype.h +@@ -4,7 +4,6 @@ + #if defined(__cplusplus) || defined(c_plusplus) + + extern bool isblank(char c); +-extern bool isblank(int c); + + #else + |