diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-04-15 05:40:52 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-04-15 05:40:52 +0000 |
commit | 88d95a4d17f786d117305f530290cdd81b2df059 (patch) | |
tree | fd93c93c0191f7f6ad6fc6c54fc37dfbdee9df24 /embed.fnc | |
parent | 7765e7d69cf35e43ee75927d578a7a2a3e585151 (diff) | |
download | perl-88d95a4d17f786d117305f530290cdd81b2df059.tar.gz |
[perl #21845] "proto.h": 'id' is a reserved word in Objective-C.
p4raw-id: //depot/perl@19214
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -809,7 +809,7 @@ Ap |I32 |unlnk |char* f Apd |I32 |unpack_str |char *pat|char *patend|char *s|char *strbeg|char *strend|char **new_s|I32 ocnt|U32 flags Ap |void |unsharepvn |const char* sv|I32 len|U32 hash p |void |unshare_hek |HEK* hek -p |void |utilize |int aver|I32 floor|OP* version|OP* id|OP* arg +p |void |utilize |int aver|I32 floor|OP* version|OP* idop|OP* arg Ap |U8* |utf16_to_utf8 |U8* p|U8 *d|I32 bytelen|I32 *newlen Ap |U8* |utf16_to_utf8_reversed|U8* p|U8 *d|I32 bytelen|I32 *newlen Adp |STRLEN |utf8_length |U8* s|U8 *e |