diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-06-17 10:15:04 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-06-17 10:15:04 +0000 |
commit | beae180ea763f28c832ef16fc9f90d22be2808bf (patch) | |
tree | 0f6905038044dc5572be475d5b0ffd0a9cb3f1cc /editors/manedit/patches | |
parent | 1605b48599252b3ef6bfae5f042871ab082fe527 (diff) | |
download | pkgsrc-beae180ea763f28c832ef16fc9f90d22be2808bf.tar.gz |
No functional changes:
o use #ifdef in patch-aa so it can be sent back to the author
Diffstat (limited to 'editors/manedit/patches')
-rw-r--r-- | editors/manedit/patches/patch-aa | 13 |
1 files changed, 7 insertions, 6 deletions
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 - |