comparison src/protocols/gg/gg.c @ 11909:1b029c5898af

[gaim-migrate @ 14200] SF Patch #1342842 from Evan Schoenberg "Compiling statically (GAIM_PLUGINS not defined or GAIM_STATIC_PRPL defined), the GAIM_INIT_PLUGIN() creates a normal function... I get a compile error in gcc 3.3 in this condition when the function contains a hyphen, which the new name "gadu- gadu" for the gg prpl causes. This patch changes it back to gg so it will compile." This seems reasonable to me. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Sun, 30 Oct 2005 23:21:22 +0000
parents fa742ad8068c
children 52f27ffe68a5
comparison
equal deleted inserted replaced
11908:34ea75bdd0c9 11909:1b029c5898af
1669 1669
1670 gg_debug_handler = gaim_gg_debug_handler; 1670 gg_debug_handler = gaim_gg_debug_handler;
1671 } 1671 }
1672 /* }}} */ 1672 /* }}} */
1673 1673
1674 GAIM_INIT_PLUGIN(gadu-gadu, init_plugin, info); 1674 GAIM_INIT_PLUGIN(gg, init_plugin, info);
1675 1675
1676 /* vim: set ts=4 sts=0 sw=4 noet: */ 1676 /* vim: set ts=4 sts=0 sw=4 noet: */
1677 1677