[Git][wine/wine][master] jscript: Don't use bool as a variable name.
20 Nov
2024
20 Nov
'24
10:48 p.m.
Alexandre Julliard pushed to branch master at wine / wine Commits: 0888ba08 by Gerald Pfeifer at 2024-11-20T21:43:24+01:00 jscript: Don't use bool as a variable name. This is a reserved identifier in C23 and would break with GCC 15 moving to -std=gnu23 (which is C23 plus extensions). - - - - - 1 changed file: - dlls/jscript/bool.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/0888ba08fbd3f05a695b522a32f0112... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/0888ba08fbd3f05a695b522a32f0112... You're receiving this email because of your account on gitlab.winehq.org.
483
Age (days ago)
483
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard (@julliard)