bug-rcs
[Top][All Lists]
Advanced

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

Re: RCS-5.8.2 Re: rcs-5.7.96 build feedback


From: Paul Eggert
Subject: Re: RCS-5.8.2 Re: rcs-5.7.96 build feedback
Date: Sun, 03 Aug 2014 23:06:13 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0

I suggest not bothering with the C99 syntax here. Go with C11, and use the 'static' keyword. That's the only thing that's likely to help an optimizing compiler anyway. E.g., test this in 'configure':

int
main (int argc, char *argv[static argc])
{
   ...
}

and then use the version with 'static' if available. Why waste time fiddling with the 15-year-old syntax?



reply via email to

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