From 59f80a355333d79f772276049e38ca6e91f4a437 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Fri, 9 Jun 2017 14:21:01 -0600 Subject: [PATCH] embed.fnc: Add some comments --- embed.fnc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/embed.fnc b/embed.fnc index 832d96b..fd59c72 100644 --- a/embed.fnc +++ b/embed.fnc @@ -124,6 +124,12 @@ : : o Has no Perl_foo or S_foo compatibility macro: : +: This can be used when you define a macro with this entry's name that +: doesn't call the function specified by this entry. This is typically +: done for a function that effectively just wraps another one, and where +: the macro form calls the underlying function directly. For these, also +: specify the 'm' flag. Legacy-only functions should instead use 'b'. +: : embed.h: suppress "#define foo Perl_foo" : : P Pure function: -- 1.8.3.1