X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/ec4d88f4965d67eda9bff4a7772cb25a33c3fdf5..ad6a9b97e2faacc5bbdaead4072982e294b27f2f:/NEWS diff --git a/NEWS b/NEWS index 15c7c937..fbbda027 100644 --- a/NEWS +++ b/NEWS @@ -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: