summaryrefslogtreecommitdiff
path: root/globvar.sym
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2011-04-30 23:01:07 +0100
committerNicholas Clark <nick@ccl4.org>2011-06-12 16:15:21 +0200
commit58f645e20791a7788fcb38189895a712d5c53419 (patch)
tree768a485e3238e8b68abbf92cefed82fcb253b446 /globvar.sym
parent8790f825d5f6ff0beed9873a34e145cf35e3ce5c (diff)
downloadperl-58f645e20791a7788fcb38189895a712d5c53419.tar.gz
Move PL_{No,Yes,hexdigit} from perlvars.h to perl.h, as all are const char[]
They were converted in perl.h from const char[] to #define in 31fb120917c4f65d, then re-instated as const char[], but in perlvars.h, in 3fe35a814d0a98f4. There's no need for compile-time constants to jump through the hoops of perlvars.h, even for Symbian, as the various "EXTCONST" variables already in perl.h demonstrate. These were the only 3 users of the the PERLVARISC macro, so eliminate that, and all related code.
Diffstat (limited to 'globvar.sym')
-rw-r--r--globvar.sym3
1 files changed, 3 insertions, 0 deletions
diff --git a/globvar.sym b/globvar.sym
index 9bec86189b..83e7e1ac6e 100644
--- a/globvar.sym
+++ b/globvar.sym
@@ -3,6 +3,8 @@
# *** Only structures/arrays with constant initializers should go here.
# *** Usual globals initialized at runtime should be added in *var*.h.
+No
+Yes
bincompat_options
block_type
charclass
@@ -12,6 +14,7 @@ fold
fold_latin1
fold_locale
freq
+hexdigit
keyword_plugin
magic_data
magic_vtables