bug-bison
[Top][All Lists]
Advanced

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

Re: bug in hash.c (bison-20010824.tgz)


From: marc-alexandre autret
Subject: Re: bug in hash.c (bison-20010824.tgz)
Date: Mon, 27 Aug 2001 13:56:05 +0000 (GMT)

According to Juan Manuel Guerrero:
> I have tried to compile bison-20010824.tgz on MSDOS/DJGPP.
> 
> There are two reasons for this:
> 1) hash.c includes hash.h before system.h
>    but system.h contains the definitions for prototypes.
> 2) system.h defines this:
> 
> #if PROTOTYPES
> # define PARAMS(p) p
> #else
> # define PARAMS(p) ()
> #endif
> 
> but hash.h uses this:
>  __P
> as macro instead of PARAMS.
> 
> P.S.: I have inspected bison-20010826.tgz. It still comtains the same bug.

You ve got the experimental version...
Take the last CVS version on the bison-1_29-branch branch.

cvs -z 6 co  -r bison-1_29-branch bison

this branch is the finalization of release 1.29.

Thanks for bug report but test 1.29 for the moment.

-- 
Autret Marc (address@hidden)
Eleve Ingenieur en Informatique.



reply via email to

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