Simple test case:
$ cat test.h #define lint 1 #include <sys/cdefs.h> _Noreturn void foo (void); $ gcc -E test.h | grep foo void foo (void); Ken -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple