]> pd.if.org Git - pdclib/blobdiff - includes/locale.h
* Change the style of inclusion of the internal/ headers. Modern preprocessors
[pdclib] / includes / locale.h
index 82fc21ba44da0c7438fa6ed653f4ff5ff1298f13..6d9d4829dd88cad2c61d463e7aec3dcc9e565057 100644 (file)
@@ -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