mirror of
https://github.com/irssi/irssi.git
synced 2025-02-02 15:08:01 -05:00
Add workaround for gcc 4.0.0/4.0.1, bug #219.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4458 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
08340b72be
commit
362933c29e
@ -1,3 +1,5 @@
|
||||
#include "common.h"
|
||||
|
||||
#ifdef NEED_PERL_H
|
||||
# include <EXTERN.h>
|
||||
# ifndef _SEM_SEMUN_UNDEFINED
|
||||
@ -16,8 +18,6 @@
|
||||
extern PerlInterpreter *my_perl; /* must be called my_perl or some perl implementations won't work */
|
||||
#endif
|
||||
|
||||
#include "common.h"
|
||||
|
||||
#define MODULE_NAME "perl/core"
|
||||
|
||||
/* Change this every time when some API changes between irssi's perl module
|
||||
|
Loading…
Reference in New Issue
Block a user