diff options
Diffstat (limited to 'intl/l10nflist.c')
-rw-r--r-- | intl/l10nflist.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/intl/l10nflist.c b/intl/l10nflist.c index dc763cc..a874ef2 100644 --- a/intl/l10nflist.c +++ b/intl/l10nflist.c @@ -47,6 +47,15 @@ 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 @@ */ #ifdef _LIBC |