From beae180ea763f28c832ef16fc9f90d22be2808bf Mon Sep 17 00:00:00 2001 From: zuntum Date: Sun, 17 Jun 2001 10:15:04 +0000 Subject: No functional changes: o use #ifdef in patch-aa so it can be sent back to the author --- editors/manedit/patches/patch-aa | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'editors/manedit/patches') diff --git a/editors/manedit/patches/patch-aa b/editors/manedit/patches/patch-aa index a33b88882fb..0bd98032721 100644 --- a/editors/manedit/patches/patch-aa +++ b/editors/manedit/patches/patch-aa @@ -1,12 +1,13 @@ -$NetBSD: patch-aa,v 1.2 2001/06/11 20:58:33 zuntum Exp $ +$NetBSD: patch-aa,v 1.3 2001/06/17 10:15:05 zuntum Exp $ --- ../include/xsw_ctype.h.orig Tue Mar 27 03:39:01 2001 +++ ../include/xsw_ctype.h -@@ -5,7 +5,6 @@ +@@ -1,7 +1,7 @@ + // xsw_ctype.h + // This is intended as a prototype for files using the global/ctype.cpp file. + +-#ifndef __FreeBSD__ ++#if !defined(__FreeBSD__) && !defined(__NetBSD__) # if defined(__cplusplus) || defined(c_plusplus) extern bool isblank(char c); --extern bool isblank(int c); - - #else - -- cgit v1.2.3