mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 20:00:23 +02: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 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue