X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=includes%2Ferrno.h;h=039368c8f53ec2878fbaf0d151fe164e9f7f4af5;hp=90c61db1fbf9dfda207aabe1b2129f3d9729faf8;hb=b41576197133c1211d6ec353faf93f505f573b8a;hpb=93ca2d813f86c52bb9bece81ca564d4831bff9e5 diff --git a/includes/errno.h b/includes/errno.h index 90c61db..039368c 100644 --- a/includes/errno.h +++ b/includes/errno.h @@ -8,16 +8,14 @@ #ifndef _PDCLIB_ERRNO_H #define _PDCLIB_ERRNO_H _PDCLIB_ERRNO_H - -#ifndef _PDCLIB_INT_H -#define _PDCLIB_INT_H _PDCLIB_INT_H #include <_PDCLIB_int.h> -#endif +_PDCLIB_BEGIN_EXTERN_C #define errno (*_PDCLIB_errno_func()) #define ERANGE _PDCLIB_ERANGE #define EDOM _PDCLIB_EDOM +_PDCLIB_END_EXTERN_C #endif