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]

Re: Function definition Error


Hi Yamin,

This...

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

...does not look like a syntactically valid typedef (I think).  Even if...

typedef unsigned long int OIDC_T;

...has already been established.

Something is horribly awry.

--Eljay



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]