diff options
Diffstat (limited to 'intl/explodename.c')
-rw-r--r-- | intl/explodename.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/intl/explodename.c b/intl/explodename.c index a51556e..64b0a03 100644 --- a/intl/explodename.c +++ b/intl/explodename.c @@ -26,6 +26,17 @@ Boston, MA 02111-1307, USA. */ #include "loadinfo.h" +/* On some strange systems still no definition of NULL is found. Sigh! */ +#ifndef NULL +# if defined __STDC__ && __STDC__ +# define NULL ((void *) 0) +# else +# define NULL 0 +# endif +#endif + +/* @@ end of prolog @@ */ + int _nl_explode_name (name, language, modifier, territory, codeset, normalized_codeset, special, sponsor, revision) |