Re: Remove unnecessary commas for goto labels

Поиск
Список
Период
Сортировка
От Japin Li
Тема Re: Remove unnecessary commas for goto labels
Дата
Msg-id MEYP282MB1669E2642A86348A1019426DB6209@MEYP282MB1669.AUSP282.PROD.OUTLOOK.COM
обсуждение исходный текст
Ответ на Re: Remove unnecessary commas for goto labels  (John Naylor <john.naylor@enterprisedb.com>)
Список pgsql-hackers
On Mon, 10 Oct 2022 at 16:18, John Naylor <john.naylor@enterprisedb.com> wrote:
> Interestingly, I did find that in C, some statement is needed after a
> label, even an empty one, otherwise it won't compile.

Yeah, this is required by ISO C [1].

> That's not the case here, though, so pushed.

Thank you!


[1] https://www.gnu.org/software/gnu-c-manual/gnu-c-manual.html#Labels

-- 
Regrads,
Japin Li.
ChengDu WenWu Information Technology Co.,Ltd.



В списке pgsql-hackers по дате отправления:

Предыдущее
От: John Naylor
Дата:
Сообщение: Re: Remove unnecessary commas for goto labels
Следующее
От: Peter Eisentraut
Дата:
Сообщение: clean up pid_t printing and get rid of pgpid_t