X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=includes%2Flocale.h;h=566fa5d40ac8218c9b7fce0b67bb5f2abfc4cf03;hb=df52df19b4116c77db72f8d45fab95fdf765fe97;hp=e16b075efeba252f7ea0d3dd9d828c271c32bf9e;hpb=3f035390c831709593428e88bb1c640604434d60;p=pdclib.old 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()