summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2003-01-07 17:18:00 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2003-01-07 17:18:00 +0000
commitd9af8f0d4ffda1203ef397574b6e1160f1e96788 (patch)
tree8ef0b7b8960458ca03a5e6195251185ebcf95e2d /src
parentd4879020dabcad1461fe049a85ed77254fa47218 (diff)
downloadirssi-d9af8f0d4ffda1203ef397574b6e1160f1e96788.zip
didn't compile with older perls.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3093 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src')
-rw-r--r--src/perl/ui/Themes.xs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/perl/ui/Themes.xs b/src/perl/ui/Themes.xs
index 8aa30410..4afd437c 100644
--- a/src/perl/ui/Themes.xs
+++ b/src/perl/ui/Themes.xs
@@ -137,7 +137,8 @@ CODE:
printformat_perl(&dest, format, arglist);
void
-abstracts_register(SV *abstracts)
+abstracts_register(abstracts)
+ SV *abstracts
PREINIT:
AV *av;
char *key, *value;