[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: parse-datetime.y: yylex declaration and definition differ
From: |
Pádraig Brady |
Subject: |
Re: parse-datetime.y: yylex declaration and definition differ |
Date: |
Sun, 14 Dec 2014 20:38:39 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 |
On 14/12/14 19:14, Tim Rühsen wrote:
> I am on Debian unstable.
>
> $ gcc --version
> gcc (Debian 4.9.2-7) 4.9.2
>
> After some testing I have to admit that I used 'byacc' instead of 'bison'.
> That makes the difference.
>
> My CFLAGS are
> -std=gnu99 -g -fPIC -Wall -Wstrict-prototypes -Wold-style-definition
> -Wmissing-
> prototypes -Wwrite-strings -Wformat=2 -Wformat -Wformat-security -Wsign-
> compare -Wextra -D_FORTIFY_SOURCE=2 -Wcast-align -O2 -Wlogical-op -Wmissing-
> declarations
>
> I'am not sure if 'byacc' is an alternative to 'bison', but I guess yes.
>
> Now that I changed to bison, parse-datetime.c compiles without issue.
>
> Regards, Tim
Thanks for the extra info. I pushed this:
http://git.sv.gnu.org/gitweb/?p=gnulib.git;a=commitdiff;h=1fafbb30
cheers,
Pádraig