Am 30.07.2011, 21:21 Uhr, schrieb <cvs@sparemint.org>:
/* define to indicate unused variables: */ -# ifdef __TURBOC__ # define UNUSED(x) (void) x -# endif - -/* default: */ -# ifndef UNUSED -# define UNUSED(x) -# endif
Does that mean that gcc now goes pure-c? -- Helmut Karlowski