Thu, 11 Aug 2005 07:56:29 +0000
[gaim-migrate @ 13372]
committing crazychat again. hopefully here to stay.
| 11120 | 1 | void __attribute__ ((constructor)) my_init(void) { |
| 2 | /* Very evil hack...puts perl.so's symbols in the global table */ | |
| 3 | /* but does not create a circular dependancy because g_module_open */ | |
| 4 | /* will only open the library once. */ | |
| 5 | g_module_open("perl.so", 0); | |
| 6 | } |