From 7f7a0d53f4b7a06939505d241a9c355141a5c341 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Mon, 31 Jan 2005 07:59:44 +0000 Subject: INTEGRATION: CWS vcl34 (1.8.24); FILE MERGED 2005/01/10 15:09:30 pl 1.8.24.1: #i27753# fix for FreeBSD --- psprint/source/helper/strhelper.cxx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'psprint') diff --git a/psprint/source/helper/strhelper.cxx b/psprint/source/helper/strhelper.cxx index d9c742b7eaa8..b976d1e08517 100644 --- a/psprint/source/helper/strhelper.cxx +++ b/psprint/source/helper/strhelper.cxx @@ -2,9 +2,9 @@ * * $RCSfile: strhelper.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: rt $ $Date: 2004-07-23 09:58:39 $ + * last change: $Author: rt $ $Date: 2005-01-31 08:59:44 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -76,6 +76,10 @@ __isnan ( x ) ) #endif +#if defined (FREEBSD) +using namespace __gnu_cxx; //for isnan #iz27753 for FreeBSD +#endif + namespace psp { inline int isSpace( char cChar ) -- cgit