Mercurial > pidgin
diff src/perl.c @ 2048:3366311426df
[gaim-migrate @ 2058]
little things
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Sun, 17 Jun 2001 08:37:44 +0000 |
| parents | 3397860c22e9 |
| children | b66aca8e8dce |
line wrap: on
line diff
--- a/src/perl.c Sun Jun 17 04:35:09 2001 +0000 +++ b/src/perl.c Sun Jun 17 08:37:44 2001 +0000 @@ -272,7 +272,7 @@ XS (XS_GAIM_register) { char *name, *ver, *callback, *unused; /* exactly like X-Chat, eh? :) */ - int junk; + unsigned int junk; struct perlscript *scp; dXSARGS; items = 0; @@ -295,7 +295,7 @@ XS (XS_GAIM_get_info) { int i = 0; - int junk; + unsigned int junk; dXSARGS; items = 0; @@ -343,7 +343,7 @@ { char *title; char *message; - int junk; + unsigned int junk; dXSARGS; items = 0; @@ -362,7 +362,7 @@ GSList *list = NULL; GSList *mem; int i = 0; - int junk; + unsigned int junk; dXSARGS; items = 0; @@ -392,7 +392,7 @@ GSList *list = NULL; GSList *mem; int i = 0; - int junk; + unsigned int junk; dXSARGS; items = 0; @@ -415,7 +415,7 @@ XS (XS_GAIM_command) { - int junk; + unsigned int junk; char *command = NULL; dXSARGS; items = 0; @@ -474,7 +474,7 @@ { GSList *c = connections; struct gaim_connection *gc; - int junk; + unsigned int junk; struct buddy *buddy = NULL; char *nick; dXSARGS; @@ -506,7 +506,7 @@ { char *nick, *what, *isauto; struct conversation *c; - int junk; + unsigned int junk; dXSARGS; items = 0; @@ -527,7 +527,7 @@ struct gaim_connection *gc; struct conversation *b = NULL; GSList *bcs; - int junk; + unsigned int junk; dXSARGS; items = 0; @@ -570,7 +570,7 @@ XS (XS_GAIM_add_event_handler) { - int junk; + unsigned int junk; struct _perl_event_handlers *handler; dXSARGS; items = 0; @@ -595,7 +595,7 @@ XS (XS_GAIM_add_timeout_handler) { - int junk; + unsigned int junk; long timeout; struct _perl_timeout_handlers *handler; dXSARGS;
