From d9af8f0d4ffda1203ef397574b6e1160f1e96788 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Tue, 7 Jan 2003 17:18:00 +0000 Subject: [PATCH] didn't compile with older perls. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3093 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- src/perl/ui/Themes.xs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;