diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2013-03-09 20:04:50 +0100 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2013-03-09 20:04:50 +0100 |
commit | 9d1a8da0e35084d837dfe2fc0bd2964ee8ade5f1 (patch) | |
tree | 6c4daa2f468f9aed40ef8674e2647affb127cd54 /metaconfig.h | |
parent | 20a5039af69d81e9003664af771f2dd5e0446c2b (diff) | |
download | perl-9d1a8da0e35084d837dfe2fc0bd2964ee8ade5f1.tar.gz |
Add bootstrap_charset/BOOTSTRAP_CHARSET for non-ASCII architectures
Diffstat (limited to 'metaconfig.h')
-rw-r--r-- | metaconfig.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/metaconfig.h b/metaconfig.h index 9813c2e29a..0a90c86ed0 100644 --- a/metaconfig.h +++ b/metaconfig.h @@ -10,6 +10,7 @@ * they won't be available unless used. When new symbols are probed * in Configure, this is the way to force them into availability. * + * BOOTSTRAP_CHARSET * CHARBITS * HAS_ASCTIME64 * HAS_CTIME64 |