ROSE  0.11.87.0
roseSupport/Diagnostics.h
1 #ifndef ROSE_Deprecated_Diagnostics_H
2 #define ROSE_Deprecated_Diagnostics_H
3 
4 // [Robb Matzke 2021-05-07]: deprecated
5 #include <rose_pragma_message.h>
6 ROSE_PRAGMA_MESSAGE("This header is deprecated; use Rose/Diagnostics.h instead");
7 #include <Rose/Diagnostics.h>
8 
9 #endif