comparison plugins/perl/perl-handlers.c @ 7386:414c701ef1ff

[gaim-migrate @ 7981] Code cleanup to get rid of all warnings for AMD64 from augustus at linuxhardware dot org committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Thu, 30 Oct 2003 22:27:36 +0000
parents 3ec6aac0ff67
children 4315bb5f427b
comparison
equal deleted inserted replaced
7385:79d74929693c 7386:414c701ef1ff
88 copy_args = g_new(void **, value_count); 88 copy_args = g_new(void **, value_count);
89 89
90 for (i = 0; i < value_count; i++) 90 for (i = 0; i < value_count; i++)
91 { 91 {
92 sv_args[i] = sv_2mortal(gaim_perl_sv_from_vargs(values[i], 92 sv_args[i] = sv_2mortal(gaim_perl_sv_from_vargs(values[i],
93 &args, &copy_args[i])); 93 (va_list*)&args, &copy_args[i]));
94 94
95 XPUSHs(sv_args[i]); 95 XPUSHs(sv_args[i]);
96 } 96 }
97 97
98 XPUSHs((SV *)handler->data); 98 XPUSHs((SV *)handler->data);