mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 04:43:34 +02:00
my_perl fix
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1264 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
43323fd24c
commit
4803538e39
1 changed files with 2 additions and 1 deletions
|
|
@ -8,7 +8,6 @@ extern "C" {
|
|||
|
||||
#include <EXTERN.h>
|
||||
#include <perl.h>
|
||||
#include "perl-common.h"
|
||||
#ifdef PERL_OBJECT
|
||||
#define NO_XSLOCKS
|
||||
#include <XSUB.h>
|
||||
|
|
@ -27,6 +26,8 @@ extern "C" {
|
|||
# endif
|
||||
#endif
|
||||
|
||||
extern PerlInterpreter *my_perl;
|
||||
|
||||
EXTERN_C void xs_init _((void));
|
||||
|
||||
EXTERN_C void boot_DynaLoader _((CV* cv));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue