summaryrefslogtreecommitdiff
path: root/win32/Makefile.ce
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 /win32/Makefile.ce
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 'win32/Makefile.ce')
-rw-r--r--win32/Makefile.ce1
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/Makefile.ce b/win32/Makefile.ce
index cc2d06c147..b8bedea5c0 100644
--- a/win32/Makefile.ce
+++ b/win32/Makefile.ce
@@ -571,6 +571,7 @@ MICROCORE_SRC = \
..\gv.c \
..\mro.c \
..\hv.c \
+ ..\keywords.c \
..\mg.c \
..\op.c \
..\pad.c \