summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2011-01-29 09:53:44 -0700
committerKarl Williamson <public@khwilliamson.com>2011-01-29 10:26:41 -0700
commit71556506e314e769ce97e03177d978fbd8a37c18 (patch)
tree313dd82a60fc951c0a8d87a122a8d145fd693b63 /embed.fnc
parente5228720d6fdc243999d812a7a89ca41dd4c11bf (diff)
downloadperl-71556506e314e769ce97e03177d978fbd8a37c18.tar.gz
embed.fnc: Add inline function capability
This patch adds to embed.pl the capability to generate static inline functions.
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc6
1 files changed, 6 insertions, 0 deletions
diff --git a/embed.fnc b/embed.fnc
index b4fae82c98..13d82998d7 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -46,6 +46,12 @@
:
: proto.h: add __attribute__format__ (or ...null_ok__)
:
+: i Static inline: function in source code has a S_ prefix:
+:
+: proto.h: function is declared as S_foo rather than foo,
+: PERL_STATIC_INLINE is added to declaration;
+: embed.h: "#define foo S_foo" entries added
+:
: M May change:
:
: any doc entry is marked that function may change