[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug-gnulib] localcharset and K&R C
From: |
Paul Eggert |
Subject: |
[Bug-gnulib] localcharset and K&R C |
Date: |
12 Sep 2003 11:42:05 -0700 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 |
Bruno Haible <address@hidden> writes:
> > Index: lib/localcharset.c
> > Index: m4/localcharset.m4
>
> Please don't ANSIfy this file. It is part of libintl, which must continue
> to support K&R C compilers for some more time.
OK, but is this really being used? localcharset.c uses constructs
like #elif, memcpy, and NULL that are not portable to old K&R
compilers. There are probably other problems like that, but those are
the first ones that I noticed.