X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=includes%2Flocale.h;h=566fa5d40ac8218c9b7fce0b67bb5f2abfc4cf03;hb=33ea80a48bfc48263e3cc855e7a4bfef7ebe8d98;hp=e16b075efeba252f7ea0d3dd9d828c271c32bf9e;hpb=1e221deb9ee725a14b3656f94e2763f8faeb18dc;p=pdclib diff --git a/includes/locale.h b/includes/locale.h index e16b075..566fa5d 100644 --- a/includes/locale.h +++ b/includes/locale.h @@ -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()