[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-gnulib] getstr(), readline()
From: |
Jeff Bailey |
Subject: |
Re: [Bug-gnulib] getstr(), readline() |
Date: |
Tue, 31 Dec 2002 06:07:22 -0800 |
User-agent: |
Mutt/1.3.28i |
On Tue, Dec 31, 2002 at 01:59:16PM +0100, Bruno Haible wrote:
> + /* Avoid collision with getstr() from libcurses. */
> + #define getstr getdelim2
Is it better to use a name like getdelim2, etc, or should we be really
clear and call it gnulib_getstr.
The names you've chosen sound like names that a maintainer might legitly
choose if they were doing hackery in their tree. I think prefixing with
gnulib_ or gl_ or something like that would greatly reduce the chance of
future clashes.
Tks,
Jeff Bailey