diff options
Diffstat (limited to 'cad/freecad/files/patch-src_Base_Documentation.cpp')
-rw-r--r-- | cad/freecad/files/patch-src_Base_Documentation.cpp | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/cad/freecad/files/patch-src_Base_Documentation.cpp b/cad/freecad/files/patch-src_Base_Documentation.cpp deleted file mode 100644 index 8342eac8da3d..000000000000 --- a/cad/freecad/files/patch-src_Base_Documentation.cpp +++ /dev/null @@ -1,16 +0,0 @@ ---- ./src/Base/Documentation.cpp.orig Sat Feb 24 11:44:54 2007 -+++ ./src/Base/Documentation.cpp Sun Apr 22 18:46:43 2007 -@@ -44,6 +44,13 @@ - # undef _POSIX_C_SOURCE
- # endif // (re-)defined in pyconfig.h
- # include <Python.h>
-+# undef isspace
-+# undef isupper
-+# undef islower
-+# undef isalpha
-+# undef isalnum
-+# undef toupper
-+# undef tolower
- # include <iostream>
- # include <fstream>
- # include <fcntl.h>
|