- Fixed: lempar.c needs to specify the __cdecl calling convention for malloc

and free under VC++.


SVN r820 (trunk)
This commit is contained in:
Randy Heit 2008-03-19 23:53:06 +00:00
commit a9ffb9140c
5 changed files with 315 additions and 3085 deletions

View file

@ -1,4 +1,6 @@
March 19, 2008
- Fixed: lempar.c needs to specify the __cdecl calling convention for malloc
and free under VC++.
- Fixed: The source no longer built with GCC.
March 19, 2008 (Changes by Graf Zahl)