summaryrefslogtreecommitdiff
path: root/editors/manedit/patches/patch-aa
blob: 0bd98032721e711a02bcd6fd1a779df085e820b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$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
@@ -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);