From 482f161a5c6b5f4f21493a84de70b1a8fecbb226 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 14 Jun 1996 03:30:28 +0000 Subject: merge with 0.10.18 --- intl/explodename.c | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'intl/explodename.c') 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) -- cgit v1.2.3