mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-01-07 05:43:18 +00:00
SDL_migration.cocci: Fix renaming SDL_bool
This commit is contained in:
committed by
Sam Lantinga
parent
22566506d0
commit
4898cbb6cf
@@ -3689,6 +3689,7 @@ identifier func =~ "^(SDL_AddEventWatch|SDL_AddHintCallback|SDL_AddSurfaceAltern
|
||||
+ SDL_GetNumLogicalCPUCores
|
||||
(...)
|
||||
@@
|
||||
typedef SDL_bool, bool;
|
||||
@@
|
||||
- SDL_bool
|
||||
+ bool
|
||||
|
||||
Reference in New Issue
Block a user