bug-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: problems compiling groff with gcc-3.0.3


From: Hans Aberg
Subject: Re: problems compiling groff with gcc-3.0.3
Date: Tue, 29 Jan 2002 21:52:36 +0100

At 19:51 +0100 2002/01/29, Akim Demaille wrote:
>Show me!  Show me where you have a problem, instead of thinking you
>might have one if you try.  Once you come with a bug report, we'll
>handle it.  I see no bug report.

I did not have a problem. (And, I am using a proper C++ skeleton file, so
this bison.simple seems irrelevant to me.)

>In case you don't even have a access to a text editor, let me show you
>the Fucking Code I'm referring to.
>
>#if ! defined (YYSIZE_T) && defined (__SIZE_TYPE__)
># define YYSIZE_T __SIZE_TYPE__
>#endif
>#if ! defined (YYSIZE_T) && defined (size_t)
># define YYSIZE_T size_t
>#endif
>#if ! defined (YYSIZE_T)
># ifdef __cplusplus
>#  include <cstddef> /* INFRINGES ON USER NAME SPACE */
>#  define YYSIZE_T std::size_t
># else
>#  ifdef __STDC__
>#   include <stddef.h> /* INFRINGES ON USER NAME SPACE */
>#   define YYSIZE_T size_t
>#  endif
># endif
>#endif
>#if ! defined (YYSIZE_T)
># define YYSIZE_T unsigned int
>#endif

I looked for this code segment, but I missed it. :-) (In case you wonder, I
made a batch search for YYSIZE_T, and skimmed through it.)

Such things can happen to even the best; after all, it happened to me. :-)

...Giving Akim a chance to show off his (Copulating Code) manners... :-)

  Hans Aberg





reply via email to

[Prev in Thread] Current Thread [Next in Thread]