These internal headers don’t need C++ boilerplate.

This commit is contained in:
Anthony J. Bentley
2015-02-24 16:01:53 -07:00
parent d81d128a04
commit 5281704f62

View File

@@ -41,10 +41,6 @@
#define errx rgbds_errx
#define verrx rgbds_verrx
#ifdef __cplusplus
extern "C" {
#endif
void warn(const char *, ...);
void vwarn(const char *, va_list);
void warnx(const char *, ...);
@@ -55,10 +51,6 @@ noreturn void verr(int, const char *, va_list);
noreturn void errx(int, const char *, ...);
noreturn void verrx(int, const char *, va_list);
#ifdef __cplusplus
}
#endif
#endif
#endif