Subject: Re: Old GCC causes problems in -current build
To: None <port-vax@netbsd.org>
From: Tom Ivar Helbekkmo <tih@eunetnorge.no>
List: port-vax
Date: 03/14/2005 08:39:26
Here's another one: in .../usr.bin/last/last.c, we find:
#define MAXUTMP 1024;
That semicolon, when expanded in want.c from
size_t len = sizeof(*buf) * MAXUTMP;
does not cause a problem for GCC 3.3, but 2.95 calls the double
semicolon that results an error.
-tih
--
Don't ascribe to stupidity what can be adequately explained by ignorance.