File: 0001-Don-t-undef-bool-it-s-needed.patch

package info (click to toggle)
redland-bindings 1.0.17.1%2Bdfsg-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,048 kB
  • sloc: ansic: 39,669; sh: 11,176; javascript: 6,645; ruby: 2,378; python: 2,310; perl: 2,171; makefile: 413; php: 61
file content (22 lines) | stat: -rw-r--r-- 502 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: =?utf-8?q?Ond=C5=99ej_Sur=C3=BD?= <ondrej@sury.org>
Date: Wed, 22 Jun 2016 10:28:48 +0200
Subject: Don't undef bool, it's needed

---
 perl/CORE_wrap.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/perl/CORE_wrap.c b/perl/CORE_wrap.c
index 46c2a46..4eb3785 100644
--- a/perl/CORE_wrap.c
+++ b/perl/CORE_wrap.c
@@ -1432,9 +1432,6 @@ SWIG_Perl_SetModule(swig_module_info *module) {
 #ifdef eof
   #undef eof
 #endif
-#ifdef bool
-  #undef bool
-#endif
 #ifdef close
   #undef close
 #endif