35e9f19c0c
Othewise this could create issues with other 'y' variable definitions shadowing it. Add a cocci file that performs the change automatically
21 lines
137 B
Text
21 lines
137 B
Text
@ global_y @
|
|
identifier y;
|
|
@@
|
|
int
|
|
- y
|
|
+ bz_y
|
|
[20000];
|
|
|
|
@@
|
|
identifier global_y.y;
|
|
@@
|
|
- y
|
|
+ bz_y
|
|
[...]
|
|
|
|
@@
|
|
@@
|
|
int
|
|
- y
|
|
+ bz_y
|
|
[20000] = {};
|