toplev.c and HZ (was: gcc-2.8.0 released)

Jeffrey A Law law@cygnus.com
Fri Jan 23 09:47:00 GMT 1998


  In message < Pine.SOL.3.91.980121121518.27037A-100000@sunws3.bgs.com >you write:
  > When using 'static int tick', please initialize tick = 0.
That shouldn't be necessary.

static storage without an initializer is set to zero once at program
startup.

jeff



More information about the Gcc mailing list