OSDN Git Service

mark the fixes that fail testing with BSD based sed-s
[pf3gnuchains/gcc-fork.git] / gcc / fixinc / tests / base / Xm / Traversal.h
index 6ca893e..61e6df1 100644 (file)
@@ -14,7 +14,7 @@ struct wedge {
 #ifdef __cplusplus
        Widget  old, c_new;
 #else
-   Widget      old, new; /* fix the new */
+   Widget      old, new; /* fixinc check FAILS ON BSD */
 #endif
 };
 extern Wedged( Widget c_new, Widget old );