summaryrefslogtreecommitdiff
path: root/packsizetables.c
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2013-04-29 11:47:30 +0200
committerNicholas Clark <nick@ccl4.org>2013-05-20 20:58:07 +0200
commit6b05cb8115fc15fed0e6bf162a9cc797222572ee (patch)
treecc61d92109183b22836c48181a26c5a094b393fa /packsizetables.c
parent298bc19c0935302faa4957de141245bb64c6b2df (diff)
downloadperl-6b05cb8115fc15fed0e6bf162a9cc797222572ee.tar.gz
Refactor genpacksizetables.pl to use regen/regen_lib.pl
Diffstat (limited to 'packsizetables.c')
-rw-r--r--packsizetables.c9
1 files changed, 7 insertions, 2 deletions
diff --git a/packsizetables.c b/packsizetables.c
index 7d33a46d31..b228051f14 100644
--- a/packsizetables.c
+++ b/packsizetables.c
@@ -1,5 +1,8 @@
-/* These tables are regenerated by genpacksizetables.pl (and then hand pasted
- in). You're unlikely ever to need to regenerate them. */
+/* -*- buffer-read-only: t -*-
+ !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
+ This file is built by genpacksizetables.pl from its data.
+ Any changes made here will be lost!
+ */
#if TYPE_IS_SHRIEKING != 0x100
++++shriek offset should be 256
@@ -247,3 +250,5 @@ STATIC const packprops_t packprops[512] = {
0, 0, 0, 0, 0, 0, 0, 0, 0, 0
};
#endif
+
+/* ex: set ro: */