From 0cd674b00397cbdf4d09c797f8bcf6bb74e478dc Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Thu, 28 Apr 2011 14:36:15 +0100 Subject: Restore building with -DPERL_GLOBAL_STRUCT, broken since 4dc941f7cb795735. As PL_charclass is a constant, it doesn't need to be accessed via the global struct. It should be exported via globvar.sym, not PERLVARA() in perlvars.h [With a PERVARA() it all compiles perfectly, once Cs are added where now needed, but the build loops forever because the (real) charclass array is never initialised] --- globvar.sym | 1 + 1 file changed, 1 insertion(+) (limited to 'globvar.sym') diff --git a/globvar.sym b/globvar.sym index a4746d2c0a..10ddaaf90c 100644 --- a/globvar.sym +++ b/globvar.sym @@ -5,6 +5,7 @@ bincompat_options block_type +charclass check core_reg_engine fold -- cgit v1.2.1