Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Chris G. Demetriou <cgd@netbsd.org>
List: source-changes
Date: 12/20/2000 00:20:49
Module Name: basesrc
Committed By: cgd
Date: Tue Dec 19 22:20:49 UTC 2000
Modified Files:
basesrc/lib/libc/time: strptime.c
Log Message:
Newer GCCs give warnings when the result of preprocessor token pasting
is not itself a valid (single) preprocessor token. In other words, don't
use __CONCAT() to add a structure member name to a pointer dereference.
To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 basesrc/lib/libc/time/strptime.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.