frr/tools/coccinelle/__func__.cocci

11 lines
72 B
Text
Raw Normal View History

@@
@@
(
- __PRETTY_FUNCTION__
+ __func__
|
- __FUNCTION__
+ __func__
)