[EMAIL PROTECTED] (Eric Blake) writes: >> > -int * volatile y;])], >> > +int * volatile y = (int *) 0; >> >> Why is that initialization needed? y is zero by default. > > Actually, this code snippet occurs as the second argument to > AC_LANG_PROGRAM, meaning that they are local variables inside > main().
Ah, sorry, my mistake.
