frr/tools/coccinelle/__func__.cocci

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
72 B
Text
Raw Normal View History

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