tinycc-devel
[Top][All Lists]
Advanced

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

[Tinycc-devel] error parsing function-pointer type to va_arg


From: Stephan Beal
Subject: [Tinycc-devel] error parsing function-pointer type to va_arg
Date: Fri, 29 Jun 2012 20:51:42 +0200

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


reply via email to

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