Arnd Bergmann
7a59ef8485
scripts/unifdef: avoid constexpr keyword
...
Starting with c23, 'constexpr' is a keyword in C like in C++ and cannot
be used as an identifier:
scripts/unifdef.c:206:25: error: 'constexpr' can only be used in variable declarations
206 | static bool constexpr; /* constant #if expression */
| ^
scripts/unifdef.c:880:13: error: expected identifier or '('
880 | constexpr = false;
| ^
Rename this instance to allow changing to C23 at some point in the future.
Signed-off-by: Arnd Bergmann <arnd@arndb.de >
Reviewed-By: Tony Finch <dot@dotat.at >
Reviewed-by: Nicolas Schier <nicolas@fjasle.eu >
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org >
2026-02-25 12:14:59 +09:00
..
2020-10-09 08:56:02 +02:00
2020-08-10 01:32:59 +09:00
2023-03-17 08:45:15 +01:00
2021-08-06 21:46:04 +08:00
2022-07-15 17:58:38 +08:00
2023-04-20 12:10:28 +02:00
2023-06-14 11:09:30 +02:00
2023-05-17 11:48:06 +02:00
2021-03-17 18:05:39 +08:00
2023-09-19 11:32:32 +00:00
2023-10-26 17:54:46 +00:00
2023-03-11 16:39:46 +01:00
2022-10-26 13:25:17 +02:00
2023-02-01 08:23:22 +01:00
2021-03-25 18:18:27 +08:00
2022-11-09 13:57:12 +00:00
2023-04-20 12:10:28 +02:00
2023-04-26 11:27:42 +02:00
2021-05-22 11:40:55 +02:00
2019-08-29 18:38:49 +08:00
2020-10-29 15:19:04 +01:00
2020-02-25 03:35:16 -07:00
2023-03-17 08:45:15 +01:00
2021-03-17 18:05:39 +08:00
2021-03-17 18:05:39 +08:00
2022-07-25 14:31:20 +08:00
2020-10-12 10:37:56 +02:00
2021-05-22 11:40:55 +02:00
2020-10-16 11:11:21 -07:00
2021-03-17 18:05:39 +08:00
2021-03-17 18:05:39 +08:00
2021-04-15 10:28:24 +01:00
2020-09-04 18:19:37 +02:00
2023-03-17 08:45:15 +01:00
2020-04-15 15:13:13 -06:00
2020-03-17 08:59:03 +09:00
2022-12-02 08:40:37 +00:00
2022-12-08 11:23:54 +01:00
2021-03-17 18:05:39 +08:00
2021-03-17 18:05:39 +08:00
2022-07-15 19:27:44 +08:00
2021-06-10 20:26:11 -07:00
2021-09-18 13:40:16 +02:00
2021-05-11 17:56:41 +00:00
2021-03-17 18:05:39 +08:00
2021-05-22 11:40:55 +02:00
2020-10-16 11:11:19 -07:00
2022-07-08 17:31:28 +08:00
2019-11-22 10:35:18 -07:00
2021-03-17 18:05:39 +08:00
2022-10-26 13:25:43 +02:00
2023-04-20 12:10:28 +02:00
2022-11-25 17:45:54 +01:00
2021-11-18 14:03:57 +01:00
2022-11-16 15:33:22 +00:00
2021-11-21 13:46:37 +01:00
2021-12-14 17:09:02 +08:00
2023-03-14 09:44:51 +08:00
2020-08-10 01:32:59 +09:00
2023-08-02 19:15:01 +09:00
2022-10-15 07:55:50 +02:00
2022-08-25 11:38:10 +02:00
2019-11-15 00:23:10 +09:00
2020-08-10 01:32:59 +09:00
2021-04-29 13:57:47 +02:00
2020-08-10 01:32:59 +09:00
2020-10-22 13:13:57 -07:00
2023-08-02 19:15:01 +09:00
2021-05-11 17:56:41 +00:00
2022-09-07 09:44:58 +02:00
2020-06-11 20:14:41 +09:00
2022-04-21 14:27:41 +02:00
2020-05-17 18:52:01 +09:00
2023-02-15 16:30:35 +08:00
2021-07-25 14:36:16 +02:00
2023-04-12 20:31:15 +08:00
2019-08-29 23:54:29 +09:00
2022-09-23 14:17:00 +02:00
2022-08-30 12:59:52 +02:00
2020-05-26 00:03:16 +09:00
2020-07-10 14:19:58 +02:00
2022-10-28 12:57:12 +02:00
2021-03-17 18:05:39 +08:00
2023-05-30 12:57:50 +01:00
2021-06-30 08:47:23 -04:00
2022-01-05 12:40:29 +01:00
2020-09-27 17:09:56 +08:00
2019-11-08 14:58:56 +08:00
2021-11-17 22:43:25 +00:00
2021-05-22 11:40:55 +02:00
2022-11-16 09:57:17 +01:00
2020-07-20 10:55:50 +02:00
2019-12-13 10:47:58 +01:00
2021-03-17 18:05:39 +08:00
2020-10-15 15:11:56 -07:00
2022-01-27 10:54:36 +01:00
2021-05-22 11:40:55 +02:00
2023-07-27 08:43:31 +02:00
2021-07-14 16:55:53 +02:00
2026-02-25 12:14:59 +09:00
2023-02-15 16:30:35 +08:00
2020-02-10 13:35:15 -08:00
2022-02-22 15:04:18 +08:00