diff options
author | Karl Williamson <public@khwilliamson.com> | 2012-01-08 14:17:58 -0700 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2012-01-08 15:41:48 -0700 |
commit | a553e3a651d413312f6c09e9cafaccf3b783bdc9 (patch) | |
tree | 84e413cd8fb14275f800bc416d3056057d4b29c2 | |
parent | 9d055b1a80d5801fc286ede77763859850c5ff20 (diff) | |
download | perl-a553e3a651d413312f6c09e9cafaccf3b783bdc9.tar.gz |
embed.fnc: add comment
-rw-r--r-- | embed.fnc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -21,7 +21,8 @@ : proto.h: add __attribute__malloc__ : : b Binary backward compatibility; function is a macro -: but has also Perl_ implementation (which is exported): +: but has also Perl_ implementation (which is exported); often +: implemented in mathoms.c: : : add entry to the list of exported symbols; : don't define PERL_ARGS_ASSERT_FOO |