DJGPP support added.

This commit is contained in:
Juan Manuel Guerrero
2005-10-02 17:00:30 +00:00
parent ec4d88f496
commit ad6a9b97e2
2 changed files with 31 additions and 0 deletions

2
NEWS
View File

@@ -3,6 +3,8 @@ Bison News
Changes in version 2.1a:
* DJGPP support added.
* lalr1.cc: The token and value types are now class members.
The tokens where defined as free form enums and cpp macros. YYSTYPE
was defined as a free form union. Both are now class members: