bug-bison
[Top][All Lists]
Advanced

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

Re: Bison 1.30b


From: Hans Aberg
Subject: Re: Bison 1.30b
Date: Tue, 13 Nov 2001 12:38:18 +0100

At 11:25 +0100 2001/11/12, Akim Demaille wrote:
>Bison 1.30b seems to be a serious release candidate.  Please, as
>usual, test it, torture it.

File print.c, print_results() definition: I get the error
  reduce_output() does not have a prototype.

Also, in main.c, main() definition, I have to add
  return EXIT_SUCCESS;
-- I think it may to do with past different language versions of C/C++
whther this must be added or not. (I merely ensure that it is added.) On my
computer, EXIT_SUCCESS and EXIT_FAILURE are defined in stdlib.h/cstdlib.
One could add
  #ifndef EXIT_SUCCESS
  #define EXIT_SUCCESS 0
  #endif
  #ifndef EXIT_FAILURE
  #define EXIT_FAILURE 1
  #endif
as that probably will be the values if there is a platform that does not
have those macros defined.

  Hans Aberg





reply via email to

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