swig/swig-rh841245.patch
Adam Tkac 66d69eb527 Don't clean "bool" definition in PERL 5 environment (#841245)
Signed-off-by: Adam Tkac <atkac@redhat.com>
2012-07-19 15:39:57 +02:00

14 lines
357 B
Diff

diff -up swig-2.0.7/Lib/perl5/noembed.h.rh841245 swig-2.0.7/Lib/perl5/noembed.h
--- swig-2.0.7/Lib/perl5/noembed.h.rh841245 2012-07-19 15:37:51.842209067 +0200
+++ swig-2.0.7/Lib/perl5/noembed.h 2012-07-19 15:38:00.288182523 +0200
@@ -64,9 +64,6 @@
#ifdef eof
#undef eof
#endif
-#ifdef bool
- #undef bool
-#endif
#ifdef close
#undef close
#endif