From: Paul Eggert Date: Sun, 13 Oct 2002 06:00:24 +0000 (+0000) Subject: Attempt to fix SunOS 4.1.4 porting bug reported by Peter Klein in X-Git-Tag: BISON-1_75~27 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/1fe611e544a7bc54c5fb6a397dc323530af796cb Attempt to fix SunOS 4.1.4 porting bug reported by Peter Klein in . --- diff --git a/ChangeLog b/ChangeLog index e2af670f..71574163 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,20 @@ 2002-10-12 Paul Eggert + * lib/timevar.c [! IN_GCC && HAVE_SYS_TIME_H]: Include . + * m4/timevar.m4 (BISON_PREREQ_TIMEVAR): Check for . + Include when checking for clock_t and struct tms. + Use same include order as source. + This is for the SunOS 4.1.4 porting bug reported by Peter Klein in + . + + * lib/timevar.c: Update copyright date and clarify comments. + (get_time) [IN_GCC]: Keep the GCC version for reference. + + * lib/timevar.c, lib/timevar.h, lib/timevar.def: Import + GCC version as of today, then merge Bison's changes. + Change "GCC" to "Bison" in copyright notice. timevar.def's + author is Akim, so change that too. + * src/reader.c (grammar_current_rule_check): Don't worry about the default action if $$ is untyped. Prevents bogus warnings reported by Jim Gifford in