Re: argp.h syntax errors!



On Sun, Jul 12, 1998 at 06:00:57PM -0500, Raja R Harinath wrote:
> The offending lines start with `ARGP_EI', which is defined in the
> previous line as `extern inline'.  `inline' isn't a valid keyword in
> GCC's `-ansi -pedantic' mode.  For the time being, best is not to use
> this mode for compiling (`-Wall' is fine.)
> 
> - Hari

wouldn't it be better to remove the 'inline' keyword altogether?
you can let the compiler automatically try and figure out whether
or not to inline something anyway...
--andy



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