Hi, all,

from the sqlite4 (yes, 4) sources:

      pMkr->xFactory = va_arg(ap,
            int(*)(sqlite4_env*, KVStore **, const char *, unsigned int)
        );

tcc chokes on that with:

../sqlite4/src/main.c:388: error: ')' expected (got "*")

i'm not clear which "*" it's complaining about, though (i count 5 of them).

Just FYI.

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
_______________________________________________
Tinycc-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to