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) 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2002,
13 * by Larry Wall and others
15 * You may distribute under the terms of either the GNU General Public
16 * License or the Artistic License, as specified in the README file.
18 * !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
19 * This file is built by keywords.pl from its data. Any changes made here
32 print &tab(5, "#define KEY_$keyword"), $keynum++, "\n";
35 close KW or die "Error closing keywords.h: $!";
37 ###########################################################################
40 $t .= "\t" x ($l - (length($t) + 1) / 8);
43 ###########################################################################