diff options
-rw-r--r-- | keywords.h | 4 | ||||
-rwxr-xr-x | regen/keywords.pl | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/keywords.h b/keywords.h index b2e996db88..526f3e4d15 100644 --- a/keywords.h +++ b/keywords.h @@ -9,8 +9,8 @@ * License or the Artistic License, as specified in the README file. * * !!!!!!! DO NOT EDIT THIS FILE !!!!!!! - * This file is built by keywords.pl from its data. Any changes made here - * will be lost! + * This file is built by regen/keywords.pl from its data. Any changes + * made here will be lost! */ #define KEY_NULL 0 #define KEY___FILE__ 1 diff --git a/regen/keywords.pl b/regen/keywords.pl index 8a7904dc92..381e0985ca 100755 --- a/regen/keywords.pl +++ b/regen/keywords.pl @@ -29,8 +29,8 @@ print <<EOM; * License or the Artistic License, as specified in the README file. * * !!!!!!! DO NOT EDIT THIS FILE !!!!!!! - * This file is built by keywords.pl from its data. Any changes made here - * will be lost! + * This file is built by regen/keywords.pl from its data. Any changes + * made here will be lost! */ EOM |