On Monday 04 of June 2007 17:52:55 Jakub Bogusz wrote:
> Co ciekawe ostrzeżenie jest tylko przy pominięciu "!= NULL".
tak, to sie nadaje na zgloszenie, co zaraz wyklikam.
> Oczywiście warunki usuwa w także z "!= NULL".
hmm, u mnie nie usuwa, __uClibc_init kompiluje sie do:
__uClibc_init ()
{
static int been_there_done_that = 0;
if (been_there_done_that != 0) goto <L4>; else goto <L0>;
<L0>:;
been_there_done_that = 1;
__pagesize = 4096;
if (__pthread_initialize_minimal != 0B) goto <L1>; else goto <L2>;
<L1>:;
__pthread_initialize_minimal ();
<L2>:;
if (_stdio_init != 0B) goto <L3>; else goto <L4>;
<L3>:;
_stdio_init () [tail call];
<L4>:;
return;
}
--
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