3 require 'regen_lib.pl';
4 safer_unlink ("keywords.h");
5 open(KW, ">keywords.h") || die "Can't create keywords.h: $!\n";
12 * Copyright (c) 1997-2002, Larry Wall
14 * You may distribute under the terms of either the GNU General Public
15 * License or the Artistic License, as specified in the README file.
17 * !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
18 * This file is built by keywords.pl from its data. Any changes made here
31 print &tab(5, "#define KEY_$keyword"), $keynum++, "\n";
34 close KW or die "Error closing keywords.h: $!";
36 ###########################################################################
39 $t .= "\t" x ($l - (length($t) + 1) / 8);
42 ###########################################################################