]> git.pld-linux.org Git - packages/apache-mod_python.git/commitdiff
- integrated with 3.1.0a
authorwrobell <wrobell@pld-linux.org>
Tue, 7 Oct 2003 23:11:46 +0000 (23:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_python-LONG.patch -> 1.2

apache-mod_python-LONG.patch [deleted file]

diff --git a/apache-mod_python-LONG.patch b/apache-mod_python-LONG.patch
deleted file mode 100644 (file)
index f40c621..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
---- mod_python-3.0.3/src/include/mod_python.h~ 2003-09-14 20:11:08.000000000 +0000
-+++ mod_python-3.0.3/src/include/mod_python.h  2003-09-14 20:12:54.000000000 +0000
-@@ -138,6 +138,11 @@
- #define SILENT 0
- #define NOTSILENT 1
-+/* python 2.3 no longer defines LONG_LONG, it defines PY_LONG_LONG */
-+#ifndef LONG_LONG
-+#define LONG_LONG PY_LONG_LONG
-+#endif
-+
- /* structure to hold interpreter data */
- typedef struct {
-     PyInterpreterState *istate;
This page took 0.040085 seconds and 4 git commands to generate.