diff options
author | Dave Mitchell <davem@fdisolutions.com> | 2007-04-23 22:27:27 +0000 |
---|---|---|
committer | Dave Mitchell <davem@fdisolutions.com> | 2007-04-23 22:27:27 +0000 |
commit | 219f722694525406e854cc2c0ab7723f56ce7dfc (patch) | |
tree | 17f34a8d8f531af8db72d967ab82a06d083e0c72 /proto.h | |
parent | 34caed6d4270e612a2c83bf89b8797851c7ed4d1 (diff) | |
download | perl-219f722694525406e854cc2c0ab7723f56ce7dfc.tar.gz |
inline S_init_lexer() and regen
p4raw-id: //depot/perl@31045
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -3378,7 +3378,6 @@ STATIC void S_forbid_setid(pTHX_ const char flag, const int suidscript); STATIC void S_incpush(pTHX_ const char *dir, bool addsubdirs, bool addoldvers, bool usesep, bool canrelocate); STATIC void S_init_interp(pTHX); STATIC void S_init_ids(pTHX); -STATIC void S_init_lexer(pTHX); STATIC void S_init_main_stash(pTHX); STATIC void S_init_perllib(pTHX); STATIC void S_init_postdump_symbols(pTHX_ int argc, char **argv, char **env) |