diff options
author | Jesse Vincent <jesse@bestpractical.com> | 2009-11-05 10:04:18 -0500 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2009-11-05 11:15:16 -0500 |
commit | 4098b6bb9d8231101a0144c8d2344cc247a69465 (patch) | |
tree | 4139e2056c0cfd12ccbf93e107361121ce1e0a55 /perlapi.h | |
parent | 88e1f1a2657a3a28cf3a7811902a09aca9e18986 (diff) | |
download | perl-4098b6bb9d8231101a0144c8d2344cc247a69465.tar.gz |
regen generated files changed by the previous patch - facility to plug in syntax triggered by keywords
Diffstat (limited to 'perlapi.h')
-rw-r--r-- | perlapi.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -766,6 +766,8 @@ END_EXTERN_C #define PL_interp_size (*Perl_Ginterp_size_ptr(NULL)) #undef PL_interp_size_5_10_0 #define PL_interp_size_5_10_0 (*Perl_Ginterp_size_5_10_0_ptr(NULL)) +#undef PL_keyword_plugin +#define PL_keyword_plugin (*Perl_Gkeyword_plugin_ptr(NULL)) #undef PL_malloc_mutex #define PL_malloc_mutex (*Perl_Gmalloc_mutex_ptr(NULL)) #undef PL_mmap_page_size |