summaryrefslogtreecommitdiff
path: root/Porting/makerel
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2011-01-24 10:30:51 +0000
committerNicholas Clark <nick@ccl4.org>2011-01-24 10:30:51 +0000
commit26ea9e123d12cb8db56e9e161eaec98bd295b821 (patch)
tree4324a860211114b3044a6c0e0ec81d40e1b2be2b /Porting/makerel
parent858e1d20cc10250fd3c36107b4f5fff9b80332aa (diff)
downloadperl-26ea9e123d12cb8db56e9e161eaec98bd295b821.tar.gz
Break out the generated function Perl_keywords() into keywords.c, a new file.
As it and Perl_yylex() both need FEATURE_IS_ENABLED, feature_is_enabled() is no longer static, and the two macro definitions move from toke.c to perl.h Previously, one had to cut and paste the output of perl_keywords.pl into the middle of toke.c, and it was not clear that it was generated code.
Diffstat (limited to 'Porting/makerel')
-rwxr-xr-xPorting/makerel1
1 files changed, 1 insertions, 0 deletions
diff --git a/Porting/makerel b/Porting/makerel
index 046cd67ac5..ec4dc5ed9b 100755
--- a/Porting/makerel
+++ b/Porting/makerel
@@ -132,6 +132,7 @@ my @writables = qw(
NetWare/config_H.wc
NetWare/Makefile
keywords.h
+ keywords.c
opcode.h
opnames.h
pp_proto.h