On Sunday 03 of June 2007 22:35:43 Jakub Bogusz wrote: > if (likely(_stdio_init != NULL)) > _stdio_init(); > > ten warunek jakoś się optymalizuje do true, przez co bezwarunkowo > wywołuje _stdio_init(),
the address of ‘_stdio_init’ will always evaluate as ‘true’. tam trzeba uzyc wskaznika do funkcji, zeby to dzialalo poprawnie. -- MIT is like the Paris Hilton of technology universities. Every guy knows about it and want's to get inside. _______________________________________________ pld-devel-pl mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-devel-pl
