[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Bison 1.30g
From: |
Pascal Bart |
Subject: |
Re: Bison 1.30g |
Date: |
Sat, 15 Dec 2001 16:41:23 +0100 |
Hi Hans,
> I had one problem when compiling under C++, using alloca:
> Error : undefined identifier 'size_t'
> bison.simple line 280 yymemcpy (char *yyto, const char *yyfrom, YYSIZE_T
> yycount)
>
> This error is due to that under C++, the name is std::size_t, not size_t.
> Thus I changed from:
Well, "bison.simple" has absolutly no vocation for C++ generation, so why
should we change that ? wait we generate real C++ parse, but I don't want
to see std::size_t in bison.simple.
Regards,
--
Pascal Bart (address@hidden)
("Beati pauperes spiritu")
- Re: Bison 1.30g, Hans Aberg, 2001/12/15
- Re: Bison 1.30g,
Pascal Bart <=
- Message not available