diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2009-07-27 16:50:38 +0200 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2009-07-27 17:06:29 +0200 |
commit | a5c2649359e39faef8af6f801a2443a7a2d47008 (patch) | |
tree | 3b0decfcc7c3fa3d576294aa8a8984e1737a9c33 /embed.fnc | |
parent | 304efdcbf5a203c3e0f6c6f0db51fdcdf250aca1 (diff) | |
download | perl-a5c2649359e39faef8af6f801a2443a7a2d47008.tar.gz |
Add support for new flag D in embed.fnc (deprecated)
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ : m Implemented as a macro - no export, no : proto, no #define : d function has documentation with its source +: D function is deprecated : s static function, should have an S_ prefix in : source file; for macros (m), suffix the usage : example with a semicolon |