[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-gnulib] strnlen patch to assume C89 or better
From: |
Bruno Haible |
Subject: |
Re: [Bug-gnulib] strnlen patch to assume C89 or better |
Date: |
Thu, 11 Sep 2003 14:29:35 +0200 |
User-agent: |
KMail/1.5 |
Paul Eggert wrote:
> Index: lib/argmatch.c
> Index: lib/progreloc.c
> Index: lib/setenv.c
> Index: lib/stpncpy.c
> Index: lib/strdup.c
> Index: lib/strtod.c
> Index: lib/strtoimax.c
> Index: lib/strtol.c
> Index: lib/tempname.c
> Index: lib/userspec.c
> Index: lib/xgethostname.c
> Index: lib/xmalloc.c
> Index: lib/xstrtod.c
> Index: lib/xstrtol.c
OK, fine with me.
> 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.
> Index: lib/strftime.c
> #ifdef my_strftime
> # define extra_args , ut, ns
> -# define extra_args_spec int ut; int ns;
> # define extra_args_spec_iso , int ut, int ns
Since this file now assumes ANSI C, wouldn't it be logical to also rename
extra_args_spec_iso to extra_args_spec?
Bruno