Problem with C compiler

Maarten Litmaath maart at cs.vu.nl
Sat Jun 10 11:08:06 AEST 1989


talvola at cory.Berkeley.EDU (Erik Talvola) writes:
\...
\static void default_new_handler ();
\void (*__new_handler)() = default_new_handler;

\This gets an error that the operands of = have incompatible types.

This is a known bug. Temporary solution: cc -Dvoid=int. Send a bug report to
your vendor.
-- 
 "Your password [should be] like your |Maarten Litmaath @ VU Amsterdam:
      toothbrush." (Don Alvarez)      |maart at cs.vu.nl, mcvax!botter!maart



More information about the Comp.lang.c mailing list