This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
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 Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |