mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
Othewise this could create issues with other 'y' variable definitions shadowing it. Add a cocci file that performs the change automatically
22 lines
137 B
Plaintext
22 lines
137 B
Plaintext
@ global_y @
|
|
identifier y;
|
|
@@
|
|
int
|
|
- y
|
|
+ bz_y
|
|
[20000];
|
|
|
|
@@
|
|
identifier global_y.y;
|
|
@@
|
|
- y
|
|
+ bz_y
|
|
[...]
|
|
|
|
@@
|
|
@@
|
|
int
|
|
- y
|
|
+ bz_y
|
|
[20000] = {};
|