From: Will Estes Date: Tue, 14 Jan 2003 14:12:59 +0000 (+0000) Subject: Fixed table deserialization bug on big-endian archs. Patch sent from Bryce Nichols... X-Git-Tag: flex-2-5-26~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8c15c20e9fd7c2147304a3ad75df11830e8a334e;p=flex Fixed table deserialization bug on big-endian archs. Patch sent from Bryce Nichols --- diff --git a/NEWS b/NEWS index bb750c2..c93b3e0 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,8 @@ See the file COPYING for copying conditions. * after version 2.5.25 +** Fixed table deserialization bug on big-endian archs. Patch sent from Bryce Nichols + ** yyleng has proper declarations now; this caused flex to generate unusable scanners for some programs