]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/textfile.cpp
really fixed calling isspace() for non-ASCII characters
[wxWidgets.git] / src / common / textfile.cpp
index fd7b30c50e98b8610514a825b59e5e954b5afb06..28593b36f56ccaf63747891ffea36435c7e12106 100644 (file)
@@ -6,14 +6,14 @@
 // Created:     03.04.98
 // RCS-ID:      $Id$
 // Copyright:   (c) 1998 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 // ============================================================================
 // headers
 // ============================================================================
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma implementation "textfile.h"
 #endif