diff options
Diffstat (limited to 'include/flatcc/flatcc_epilogue.h')
-rw-r--r-- | include/flatcc/flatcc_epilogue.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/flatcc/flatcc_epilogue.h b/include/flatcc/flatcc_epilogue.h new file mode 100644 index 0000000..496857b --- /dev/null +++ b/include/flatcc/flatcc_epilogue.h @@ -0,0 +1,8 @@ +/* Include guard intentionally left out. */ + +#ifdef __cplusplus +} +#endif + +#include "flatcc/portable/pdiagnostic_pop.h" + |