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

Re: [MiNT] GCC question



Am 17.11.2010, 00:07 Uhr, schrieb Vincent Rivière <vincent.riviere@freesbee.fr>:

If you try to call it with any other number of arguments, it the compilation will quickly fail at preprocessing stage.
This is what is happening to you, and why you are getting the error.

With Pure C, which use a different GemLib, objc_draw() is probably

Pure-C acts different:

It compiles without problems:


#define x(y)  (xy,y)
#define y(a,b,c,d)  (d,c,b,a)

y(1,2,x(X))


while gcc complains.

--
Helmut Karlowski