diff options
author | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1997-07-05 11:55:18 +0000 |
---|---|---|
committer | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1997-07-05 11:55:18 +0000 |
commit | c03294656c9980c235cc5951a63088fd96d33704 (patch) | |
tree | 6e8191a8d83c36b157d11c7868c3d9c0e8ddcc8d /embed.h | |
parent | 462e5cf694f345fbf34a1f95e9a82957e59dcc2b (diff) | |
download | perl-c03294656c9980c235cc5951a63088fd96d33704.tar.gz |
Introduce pp_lock.
p4raw-id: //depot/perl@35
Diffstat (limited to 'embed.h')
-rw-r--r-- | embed.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -699,6 +699,7 @@ #define pp_list Perl_pp_list #define pp_listen Perl_pp_listen #define pp_localtime Perl_pp_localtime +#define pp_lock Perl_pp_lock #define pp_log Perl_pp_log #define pp_lslice Perl_pp_lslice #define pp_lstat Perl_pp_lstat |