Mercurial > pidgin
changeset 580:9a8b067eb368
[gaim-migrate @ 590]
applet conflicts with perl
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Wed, 02 Aug 2000 05:01:27 +0000 |
parents | 7b501c39a6ee |
children | c72e5ee07d0a |
files | src/perl.c |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/perl.c Wed Aug 02 04:53:00 2000 +0000 +++ b/src/perl.c Wed Aug 02 05:01:27 2000 +0000 @@ -28,8 +28,8 @@ #endif #undef PACKAGE -#ifdef USE_PERL /**/ -/*#if 0 /**/ +#ifndef USE_APPLET /* FIXME: _ conflicts */ +#ifdef USE_PERL #include <EXTERN.h> #ifndef _SEM_SEMUN_UNDEFINED @@ -338,3 +338,4 @@ } #endif /* USE_PERL */ +#endif /* ifndef USE_APPLET */