]> pd.if.org Git - pdclib/blobdiff - includes/locale.h
Moved shared defines and typedefs to individual files.
[pdclib] / includes / locale.h
index e16b075efeba252f7ea0d3dd9d828c271c32bf9e..566fa5d40ac8218c9b7fce0b67bb5f2abfc4cf03 100644 (file)
@@ -4,8 +4,7 @@
 // Public Domain C Library - http://pdclib.sourceforge.net
 // This code is Public Domain. Use, modify, and redistribute at will.
 // ----------------------------------------------------------------------------
-// Provides information on locale specifics as well as a function to change the
-// active locale to something else but the startup default "C".
+// Localization
 // ----------------------------------------------------------------------------
 
 #ifndef __LOCALE_H
@@ -14,7 +13,7 @@
 // ----------------------------------------------------------------------------
 // DEFINES
 
-#define NULL 0
+#include "__NULL.h"
 
 // Locale categories
 #define LC_COLLATE   1 // affects strcoll() and strxfrm()