On Tue, Mar 11, 2003 at 11:37:42 +0000, Colin Watson wrote: > You could '#define __STRICT_ANSI__' at the top of the program if you > want the C library to define only what's in bare ISO Standard C, or > '#define _ISOC99_SOURCE' for C99. With either of those y1() won't be > defined.
It won't be defined in the header, but the corresponding symbol will still be defined in the library itself. Won't this be a problem when linking? -- Vincent Lefèvre <[EMAIL PROTECTED]> - Web: <http://www.vinc17.org/> - 100% validated (X)HTML - Acorn Risc PC, Yellow Pig 17, Championnat International des Jeux Mathématiques et Logiques, TETRHEX, etc. Work: CR INRIA - computer arithmetic / SPACES project at LORIA -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]