bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] lib/rename.c: Conditionally define the out label


From: Paul Eggert
Subject: Re: [PATCH] lib/rename.c: Conditionally define the out label
Date: Sun, 01 Jun 2014 17:20:06 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0

Another argument for omitting the semicolon is, suppose we add another label-related attribute later? _GL_HOT, say? Then, 'lab: _GL_HOT _GL_UNUSED_LABEL' would work, but 'lab: _GL_UNUSED_LABEL _GL_HOT' would not, and users would have to remember to always put _GL_UNUSED_LABEL last among all the other label-related _GL_whatever attributes; that wouldn't be good.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]