tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Tinycc-devel] command line parsing in scripts


From: Pedro A ARANDA
Subject: [Tinycc-devel] command line parsing in scripts
Date: Sun, 27 Apr 2008 11:47:32 +0000

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  Get it now!

reply via email to

[Prev in Thread] Current Thread [Next in Thread]