Mercurial > pidgin
diff src/perl.c @ 1896:e556ffa08cce
[gaim-migrate @ 1906]
this was bugging.
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Fri, 25 May 2001 12:54:30 +0000 |
| parents | 193420b4ca39 |
| children | e0631236c970 |
line wrap: on
line diff
--- a/src/perl.c Fri May 25 11:46:49 2001 +0000 +++ b/src/perl.c Fri May 25 12:54:30 2001 +0000 @@ -26,6 +26,9 @@ #ifdef HAVE_CONFIG_H #include "../config.h" +#ifdef DEBUG +#undef DEBUG +#endif #endif #undef PACKAGE @@ -53,6 +56,9 @@ extern void boot_DynaLoader _((CV * cv)); /* perl is so wacky */ #undef _ +#ifdef DEBUG +#undef DEBUG +#endif #include "gaim.h" struct perlscript {
