do not undef bool in swig, it breaks modern perl versions OBS-URL: https://build.opensuse.org/request/show/241922 OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm:svn/subversion?expand=0&rev=173
13 lines
255 B
Diff
13 lines
255 B
Diff
--- ./Lib/perl5/noembed.h.orig 2014-07-22 15:04:46.921825843 +0000
|
|
+++ ./Lib/perl5/noembed.h 2014-07-22 15:04:58.983770532 +0000
|
|
@@ -61,9 +61,6 @@
|
|
#ifdef eof
|
|
#undef eof
|
|
#endif
|
|
-#ifdef bool
|
|
- #undef bool
|
|
-#endif
|
|
#ifdef close
|
|
#undef close
|
|
#endif
|