1 9640 dcarbery --- 2.0b3.1-ori/libgaim/plugins/perl/libgaimperl.c 2006-08-20 04:36:31.000000000 +0800 2 9640 dcarbery +++ 2.0b3.1-my/libgaim/plugins/perl/libgaimperl.c 2006-08-30 14:46:14.189305000 +0800 3 9198 lj139971 @@ -1,7 +1,7 @@ 4 9198 lj139971 #include <gmodule.h> 5 9198 lj139971 -void __attribute__ ((constructor)) my_init(void); 6 9198 lj139971 +void my_init(void); 7 9198 lj139971 8 9198 lj139971 -void __attribute__ ((constructor)) my_init() { 9 9198 lj139971 +void my_init() { 10 9198 lj139971 /* Very evil hack...puts perl.so's symbols in the global table 11 9198 lj139971 * but does not create a circular dependancy because g_module_open 12 9198 lj139971 * will only open the library once. */ 13