mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 16:42:30 +02:00
Script name is printed now correctly if there's an error in
timeouts/signals. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1688 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
279f149295
commit
82034efb11
5 changed files with 66 additions and 9 deletions
|
|
@ -18,8 +18,10 @@ typedef struct {
|
|||
PERL_OBJECT_FUNC fill_func;
|
||||
} PLAIN_OBJECT_INIT_REC;
|
||||
|
||||
/* returns the package who called us */
|
||||
char *perl_get_package(void);
|
||||
/* Returns the package who called us */
|
||||
const char *perl_get_package(void);
|
||||
/* Parses the package part from function name */
|
||||
char *perl_function_get_package(const char *function);
|
||||
|
||||
/* For compatibility with perl 5.004 and older */
|
||||
#ifndef HAVE_PL_PERL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue