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]

Function definition Error


Hi all,

I'm running into a compile error.  The error message is pretty vague, so I
thought I'd check here.

ERROR:  217: error: parse error before `,' token

217: typedef void ASY_TESTPROC_T __((OIDC_T lastmatch, int compc, OIDC_T *compl,
218:                               ...));


OIDC_T is a marco that eventually resolved down to unsigned long.  Is it the use
of the __?


I didn't write this code, so I'm trying to change as little as possible.  This
code used to compile fine on watcom/green hills.

Yamin

----------------------------------------
This mail sent through www.mywaterloo.ca


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