Re: [Tinycc-devel] tcc grammar problems

2014-08-10 Thread jiang
在 2014年08月10日 19:55, Thomas Preud'homme 写道: Le samedi 09 août 2014, 11:49:50 jiang a écrit : These days I'm going to worship. Few days and then a detailed reply to you. This is my latest Review: Please see the attachment. fixbitfields.patch By testing the software: tcc gnumake binutils-2.24

Re: [Tinycc-devel] tcc grammar problems

2014-08-10 Thread Thomas Preud'homme
Le samedi 09 août 2014, 11:49:50 jiang a écrit : > These days I'm going to worship. Few days and then a detailed reply to you. > This is my latest Review: Please see the attachment. > fixbitfields.patch > By testing the software: tcc gnumake binutils-2.24 I didn't look at the patch yet but I sti

[Tinycc-devel] Win: Add Unicode support for _tmain and _tWinMain

2014-08-10 Thread YX Hao
Hi there, I've made the patch in my local branch and the tests. Hope it's usefull. Following are the test commands you may use. ~~~ _tmain: tcc.exe test_tmain.c -D_UNICODE &&test_tmain tc