[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: code snippet modules
From: |
Bruno Haible |
Subject: |
Re: code snippet modules |
Date: |
Tue, 12 Jul 2011 01:43:45 +0200 |
User-agent: |
KMail/1.9.9 |
Paul Eggert wrote:
> > 1) To find a naming convention for the 4 modules'arg-nonnull', 'c++defs',
> > 'warn-on-use', '_Noreturn' that makes it clear that they don't provide
> > ready-to-use C macros.
>
> Yes, that'd be fine.
>
> How about renaming each module FOO to aux-FOO? E.g., 'aux-arg-nonnull'.
> Or perhaps build-aux-FOO, if "aux" is too cryptic.
'aux' is maybe a bit cryptic. How about "snippet"?
arg-nonnull -> snippet/arg-nonnull
c++defs -> snippet/c++defs
link-warning -> snippet/link-warning
unused-parameter -> snippet/unused-parameter
warn-on-use -> snippet/warn-on-use
_Noreturn -> snippet/_Noreturn
That is, I propose to rename just the modules. The files in build-aux/
can stay where they are.
Any objections to that?
Bruno
--
In memoriam Zahra Kazemi <http://en.wikipedia.org/wiki/Zahra_Kazemi>
Re: [PATCH 02/19] _Noreturn: new module, Paul Eggert, 2011/07/11