# HG changeset patch # User Eric Warmenhoven # Date 990795270 0 # Node ID e556ffa08ccee8a7f92889c4c1fc42d704ff02a6 # Parent e65b9942f6492528b5c982de27f9f83f661d8985 [gaim-migrate @ 1906] this was bugging. committer: Tailor Script diff -r e65b9942f649 -r e556ffa08cce src/perl.c --- 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 {