summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorDave Mitchell <davem@fdisolutions.com>2007-04-23 22:27:27 +0000
committerDave Mitchell <davem@fdisolutions.com>2007-04-23 22:27:27 +0000
commit219f722694525406e854cc2c0ab7723f56ce7dfc (patch)
tree17f34a8d8f531af8db72d967ab82a06d083e0c72 /proto.h
parent34caed6d4270e612a2c83bf89b8797851c7ed4d1 (diff)
downloadperl-219f722694525406e854cc2c0ab7723f56ce7dfc.tar.gz
inline S_init_lexer() and regen
p4raw-id: //depot/perl@31045
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/proto.h b/proto.h
index f8aa9a206b..c769d30177 100644
--- a/proto.h
+++ b/proto.h
@@ -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)