Re: 'size_t' undeclared (first use in this function)

2015-07-24 Thread Hans Aberg
> On 24 Jul 2015, at 11:58, Tom Wang A wrote: > > Thanks very much! You are welcome! > In my system, YYSIZE_T is always defined as __SIZE_TYPE__ in the output > file(y.tab.c .*), which are compiled by bison 2.1 and bison 2.3. And > __SIZE_TYPE__ is actually a 8-byte size type on the server.

RE: 'size_t' undeclared (first use in this function)

2015-07-24 Thread Tom Wang A
[mailto:haber...@telia.com] Sent: Thursday, July 23, 2015 5:55 AM To: Tom Wang A Cc: help-bison@gnu.org Subject: Re: 'size_t' undeclared (first use in this function) > On 22 Jul 2015, at 11:17, Tom Wang A wrote: > > I encounter a compiling error with bison 2.1. The output file y.tab.c

Re: 'size_t' undeclared (first use in this function)

2015-07-22 Thread Hans Aberg
> On 22 Jul 2015, at 11:17, Tom Wang A wrote: > > I encounter a compiling error with bison 2.1. The output file y.tab.c cannot > pass gcc compiling, while there is no such problem on bison 2.3. However, the > linux server which installed bison 2.1 cannot be upgraded with bison 2.3 for > some