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