skip stdio_va_list fix if __DJ_va_list found in a header
[gcc.git] / gcc / fixinc / inclhack.def
index 41ee2cda7684f4d87edcc5499c8bb8ab35009b3a..1c128a9d6c97e6b17f17b56fcef4c8f5a47867e8 100644 (file)
@@ -2011,7 +2011,7 @@ fix = {
 fix = {
     hackname = stdio_va_list;
     files    = stdio.h;
-    bypass   = '__gnuc_va_list|_BSD_VA_LIST_';
+    bypass   = '__gnuc_va_list|_BSD_VA_LIST_|__DJ_va_list';
 
     /*
      * Use __gnuc_va_list in arg types in place of va_list.