[gnu.g++.lib.bug] g++-include/time.h

Raeburn@ATHENA.MIT.EDU (Ken Raeburn) (01/05/90)

Around line 59:

extern char* timezone(int, int);
typedef struct c_proto_timezone timezone;

This is flagged by g++ 1.36.1: "warning: type declaration of timezone
shadows previous declaration".

-- Ken