4 require 'regen_lib.pl';
6 my $kw = safer_open("keywords.h-new");
10 /* -*- buffer-read-only: t -*-
14 * Copyright (C) 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2002, 2005,
15 * 2006, 2007, by Larry Wall and others
17 * You may distribute under the terms of either the GNU General Public
18 * License or the Artistic License, as specified in the README file.
20 * !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
21 * This file is built by keywords.pl from its data. Any changes made here
33 my ($keyword) = split;
34 print &tab(5, "#define KEY_$keyword"), $keynum++, "\n";
37 print $kw "\n/* ex: set ro: */\n";
41 rename_if_different("keywords.h-new", "keywords.h");
43 ###########################################################################
46 $t .= "\t" x ($l - (length($t) + 1) / 8);
49 ###########################################################################