On Fri, Dec 29, 2000 at 08:29:12AM -0800, Sean 'Shaleh' Perry wrote: > > So the problem seems to be some conflict over the name "complex", but I > > don't understand what the conflict is exactly. gcc supports the keyword > > "__complex__" via complex.h, but that's different to just defining > > "complex", isn't it? Any ideas?
> I seem to recall something about complex being a valid type in C99 (the new > ansi C spec). Yes, it is - there's a complex type although I believe you're supposed to have to include <complex.h> to get it. -- Mark Brown mailto:[EMAIL PROTECTED] (Trying to avoid grumpiness) http://www.tardis.ed.ac.uk/~broonie/ EUFS http://www.eusa.ed.ac.uk/societies/filmsoc/

