From 26ea9e123d12cb8db56e9e161eaec98bd295b821 Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Mon, 24 Jan 2011 10:30:51 +0000 Subject: 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. --- NetWare/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'NetWare/Makefile') diff --git a/NetWare/Makefile b/NetWare/Makefile index 266a6cc04e..335ec1e764 100644 --- a/NetWare/Makefile +++ b/NetWare/Makefile @@ -701,6 +701,7 @@ MICROCORE_SRC = \ ..\gv.c \ ..\mro.c \ ..\hv.c \ + ..\keywords.c \ ..\locale.c \ ..\mathoms.c \ ..\mg.c \ -- cgit v1.2.1