mirror of
https://github.com/postgres/postgres.git
synced 2025-06-01 00:01:20 -04:00
Fix "‘static’ is not at beginning of declaration" warning
b98be8a2a2a used "const static" instead of "static const". We normally use the latter form. Discussion: https://postgr.es/m/z4mc2hzecahyq3paupfsouhuupmzmgum45md3k5my6bmo7gvn7@z5j26doqamqy
This commit is contained in:
parent
14ffaece0f
commit
116e851db5
@ -60,7 +60,7 @@ struct lconv_member_info
|
||||
* column is the name of the nl_item, if translating from nl_langinfo_l() (it's
|
||||
* always the member name, in upper case).
|
||||
*/
|
||||
const static struct lconv_member_info table[] = {
|
||||
static const struct lconv_member_info table[] = {
|
||||
/* String fields. */
|
||||
LCONV_S(LC_NUMERIC, decimal_point, DECIMAL_POINT),
|
||||
LCONV_S(LC_NUMERIC, thousands_sep, THOUSANDS_SEP),
|
||||
|
Loading…
x
Reference in New Issue
Block a user