RE: Function definition Error

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

 



Hi Yamin,

I see something that may be an issue...

typedef void ASY_TESTPROC_T(unsigned long lastmatch, int compc, unsigned long* compl, ...);

... did you know that "compl" is a C++ keyword?

Change it to "cmpl" (or just take it out), and let me know.

--Eljay



[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux