This works for me with my tcc, which I think is changeset 4486c53073db of the 
repo at https://sharesource.org/hg/mercurialtcc

On Sunday 27 April 2008 11:47:32 Pedro A ARANDA wrote:
> A small test, which doesn'r run as expected on my system.
> Instead of running the script, tcc compiles it :-( Using latest
> mercurial pulled from Rob's repository...
>
> ---------------
>
> #!/usr/bin/tcc -DTEST=1 -run
>
> int main(int argc,char **argv)
> {
>     #ifdef TEST
>     printf("Hello test\n");
>     #else
>     printf("heellooooo\n");
>     #endif
> }
>
> ---------
>
> cheers,/pa
>
> _________________________________________________________________
> Connect to the next generation of MSN Messenger 
> http://imagine-msn.com/messenger/launch80/default.aspx?locale=en-us&source=
>wlmailtagline




_______________________________________________
Tinycc-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to