30cc376f7b
In older versions of tidy, these headers were defined. Now, they are renamed to tidybuffio.h and tidyplatform.h. This may be more of a consistent naming scheme, but it breaks current software. Re-add these headers and add compile time warning when such a header is used.
7 lines
133 B
C
7 lines
133 B
C
#ifdef __GNUC__
|
|
#warning "FIXME: Using compatibility tidy header (platform.h) that will go away!"
|
|
#endif
|
|
|
|
#include "tidyplatform.h"
|
|
|