X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=keywords.pl;h=7ce010e609e502279b29af8b36b1ee5c8ddb37f5;hb=8d1f803052eb91513053e3c5aa0d967e4948a64a;hp=6ede80524cc875b6c70b232d97c2d5bafa959051;hpb=08858ed21b9a4d448437bdae35df5c42fbe1c8bd;p=p5sagit%2Fp5-mst-13.2.git diff --git a/keywords.pl b/keywords.pl index 6ede805..7ce010e 100755 --- a/keywords.pl +++ b/keywords.pl @@ -1,4 +1,15 @@ #!/usr/bin/perl -w +# +# Regenerate (overwriting only if changed): +# +# keywords.h +# +# from information stored in the DATA section of this file. +# +# Accepts the standard regen_lib -q and -v args. +# +# This script is normally invoked from regen.pl. + use strict; require 'regen_lib.pl';