On Tue, Oct 24, 2000 at 01:00:34PM -0400, Diego Novillo wrote: > + static void intel_get_token PARAMS (()); Please note that this is a prototype for C++, but not C. Use PARAMS ((void)) instead. r~