1
0
Fork 0
frr/tools/coccinelle/__func__.cocci

11 lines
72 B
Text
Raw Permalink Normal View History

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