bug-bison
[Top][All Lists]
Advanced

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

Re: Bison 1.30d


From: Hans Aberg
Subject: Re: Bison 1.30d
Date: Sat, 24 Nov 2001 17:17:05 +0100

I noticed that if one has say:
  % token blaha
in the .y file, the Bison abort()'s without telling why. This seems to be
due to the appropriate error message in reader.c, read_declarations(), at:
  case tok_stropt:
  case tok_intopt:
  case tok_obsolete:
  case tok_illegal:
    abort ();
    break;

Also, why not detab the sources? I have started using only indentations of
two spaces instead of tabs, which I think looks nice. UNIX tabs at eight
spaces, and eventually, after using four for a long time, I settled at two.

  Hans Aberg





reply via email to

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