diff options
author | Karl Williamson <public@khwilliamson.com> | 2012-12-29 20:18:09 -0700 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2013-01-12 18:20:06 -0700 |
commit | a8a2ceaa337ed7cb30711de145f484033c43b07d (patch) | |
tree | 0021438aa86fcdde2fb45bc4b09407072b75bbcb /embed.fnc | |
parent | 9bbccbfa57430eb02f257b85ecb1e158c107027e (diff) | |
download | perl-a8a2ceaa337ed7cb30711de145f484033c43b07d.tar.gz |
Create deprecated fncs to replace to-be-removed macros
These macros should not be used as they are prone to misuse. There are
no occurrences of them in CPAN. The single use of either of them in
core has recently been removed (commit
8d40577bdbdfa85ed3293f84bf26a313b1b92f55), because it was a misuse.
Instead code should use isIDFIRST_lazy_if or isWORDCHAR_lazy_if
(isALNUM_lazy_if is also available, but can be confused with the Posix
alnum, which it doesn't mean).
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -623,6 +623,8 @@ ADMpPR |bool |is_uni_punct |UV c ADMpPR |bool |is_uni_xdigit |UV c AMp |UV |to_uni_upper |UV c|NN U8 *p|NN STRLEN *lenp AMp |UV |to_uni_title |UV c|NN U8 *p|NN STRLEN *lenp +iDMpPR |bool |isIDFIRST_lazy |NN const char* p +iDMpPR |bool |isALNUM_lazy |NN const char* p #ifdef PERL_IN_UTF8_C sR |U8 |to_lower_latin1|const U8 c|NULLOK U8 *p|NULLOK STRLEN *lenp #endif |