src/ascension/error.h

changeset 14
9dbfc0031887
parent 7
9dd76cbd6c90
child 15
362b7659dc76
     1.1 --- a/src/ascension/error.h	Wed Nov 08 21:53:21 2023 +0100
     1.2 +++ b/src/ascension/error.h	Wed Nov 08 21:53:43 2023 +0100
     1.3 @@ -30,10 +30,6 @@
     1.4  
     1.5  #include <cx/string.h>
     1.6  
     1.7 -#ifdef __cplusplus
     1.8 -extern "C" {
     1.9 -#endif
    1.10 -
    1.11  void asc_error_cxstr(cxstring text);
    1.12  void asc_error_cchar(char const* text);
    1.13  void asc_error_cuchar(unsigned char const* text);
    1.14 @@ -55,9 +51,5 @@
    1.15  #define asc_dprintf(...) printf(__VA_ARGS__); putchar('\n')
    1.16  #endif
    1.17  
    1.18 -#ifdef __cplusplus
    1.19 -} // extern "C"
    1.20 -#endif
    1.21 -
    1.22  #endif /* ASCENSION_ERROR_H */
    1.23  

mercurial