Re: stddef-h: Fix __GNUC_MINOR__ typo.

2025-05-07 Thread Collin Funk
Bruno Haible writes: > We had similar mistakes with __clang_major__ already. Sounds like > a general syntax-check rule would help. Thanks! Your commits proved this syntax-check was a good idea. Collin

Re: stddef-h: Fix __GNUC_MINOR__ typo.

2025-05-06 Thread Bruno Haible via Gnulib discussion list
Collin Funk wrote: > This patch fixes the uses of __GNUC_MINOR which should instead be > __GNUC_MINOR__: We had similar mistakes with __clang_major__ already. Sounds like a general syntax-check rule would help. Bruno

stddef-h: Fix __GNUC_MINOR__ typo.

2025-05-06 Thread Collin Funk
://lists.gnu.org/archive/html/emacs-devel/2025-05/msg00167.html >From 308fbe6dbebc2d76f2238d851853a5ed3093b211 Mon Sep 17 00:00:00 2001 From: Collin Funk Date: Tue, 6 May 2025 20:06:31 -0700 Subject: [PATCH] stddef-h: Fix __GNUC_MINOR__ typo. * m4/stddef_h.m4 (gl_STDDEF_H): Use __GNUC_MINOR__ inst