No functional changes:

o use #ifdef in patch-aa so it can be sent back to the author
This commit is contained in:
zuntum 2001-06-17 10:15:04 +00:00
parent 1605b48599
commit beae180ea7
2 changed files with 9 additions and 8 deletions

View file

@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.3 2001/06/11 20:58:32 zuntum Exp $
$NetBSD: distinfo,v 1.4 2001/06/17 10:15:04 zuntum Exp $
SHA1 (manedit0.4j.tar.bz2) = 2ad39c64817a23d42f2f2604d4dd6dd616e2d98b
Size (manedit0.4j.tar.bz2) = 280083 bytes
SHA1 (patch-aa) = 604594962ead90efb5640fdf28af9c7bf56b7fd0
SHA1 (patch-aa) = 5abe006cf889b9029ad004390bb91a878806a49e
SHA1 (patch-ab) = 2a914d2cb0be0954d674058d35197336750eb251

View file

@ -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