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
|
+ SDL_GetNumLogicalCPUCores
|
||||||
(...)
|
(...)
|
||||||
@@
|
@@
|
||||||
|
typedef SDL_bool, bool;
|
||||||
@@
|
@@
|
||||||
- SDL_bool
|
- SDL_bool
|
||||||
+ bool
|
+ bool
|
||||||
|
|||||||
Reference in New Issue
Block a user