src/ascension/error.h

changeset 14
9dbfc0031887
parent 7
9dd76cbd6c90
child 15
362b7659dc76
--- a/src/ascension/error.h	Wed Nov 08 21:53:21 2023 +0100
+++ b/src/ascension/error.h	Wed Nov 08 21:53:43 2023 +0100
@@ -30,10 +30,6 @@
 
 #include <cx/string.h>
 
-#ifdef __cplusplus
-extern "C" {
-#endif
-
 void asc_error_cxstr(cxstring text);
 void asc_error_cchar(char const* text);
 void asc_error_cuchar(unsigned char const* text);
@@ -55,9 +51,5 @@
 #define asc_dprintf(...) printf(__VA_ARGS__); putchar('\n')
 #endif
 
-#ifdef __cplusplus
-} // extern "C"
-#endif
-
 #endif /* ASCENSION_ERROR_H */
 

mercurial