mirror of
https://github.com/morgan9e/libfprint-fpc1020
synced 2026-04-14 00:14:16 +09: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] = {};
|