Re: [Tinycc-devel] [BUNDLE] Eliminate many bogus warnings produced during compilation of tcc by gcc

2007-11-29 Thread Detlef Riekenberg
On Do, 2007-11-29 at 09:19 +, Joshua Phillips wrote: Once they go into http://hg.sharesource.org/mercurialtcc/, you can get it from there. I downloaded the mercurialtcc 2 days ago, but the above commit was not visible in the web-interface and hg log is broken on Ubuntu Dapper: ... File

Re: [Tinycc-devel] Current cvs does not build (_WIN32 missing) Here is a fix.

2007-11-29 Thread Detlef Riekenberg
On Do, 2007-11-29 at 14:04 +0800, KHMan wrote: WIN32 is not defined on all Windows Compilers (PellesC as example), so i decided to use _WIN32, as documented on msdn: ( http://msdn2.microsoft.com/en-us/library/b0084kay(VS.80).aspx ) I'll await comments. SDL does it like this: #if

Re: [Tinycc-devel] [PATCH] tcc -E falls into a loop and runs out ofmemory with vim7.1, osdef0.c

2007-11-29 Thread grischka
From: Joshua Phillips: Later, it might be better to make the lexer actually move past the TOK_LINEFEED implicitly (tcc.c:2704) - this would be a cleaner solution. Me tends to think that cleaner on that level exists already in CVS. Speaking of which I'd actually like to have something cleaner