X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=includes%2Flocale.h;h=6d9d4829dd88cad2c61d463e7aec3dcc9e565057;hb=b76c255d42904c10ce65f884429b4bf2f9b4f4a4;hp=82fc21ba44da0c7438fa6ed653f4ff5ff1298f13;hpb=715fe6b88a65aad9123e44860fef880700e7167d;p=pdclib diff --git a/includes/locale.h b/includes/locale.h index 82fc21b..6d9d482 100644 --- a/includes/locale.h +++ b/includes/locale.h @@ -8,11 +8,8 @@ #ifndef _PDCLIB_LOCALE_H #define _PDCLIB_LOCALE_H _PDCLIB_LOCALE_H - -#ifndef _PDCLIB_INT_H -#define _PDCLIB_INT_H _PDCLIB_INT_H #include <_PDCLIB_int.h> -#endif +_PDCLIB_BEGIN_EXTERN_C #ifndef _PDCLIB_NULL_DEFINED #define _PDCLIB_NULL_DEFINED _PDCLIB_NULL_DEFINED @@ -100,5 +97,6 @@ char * setlocale( int category, const char * locale ); */ struct lconv * localeconv( void ); +_PDCLIB_END_EXTERN_C #endif