From af2f0da9b8621f5cc241f5664bcecd0fbd8865b2 Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Mon, 2 May 2011 15:02:57 +0100 Subject: Move PL_runops_{std,dbg} to perl.h, and make them const. They exist solely to ensure that Perl_runops_standard and Perl_runops_debug are linked in - nothing assigns to either variable, and nothing reads them. --- globvar.sym | 2 ++ 1 file changed, 2 insertions(+) (limited to 'globvar.sym') diff --git a/globvar.sym b/globvar.sym index 81472f6150..b6a36ded94 100644 --- a/globvar.sym +++ b/globvar.sym @@ -45,6 +45,8 @@ regkind reg_name reg_extflags_name revision +runops_dbg +runops_std sig_name sig_num simple -- cgit v1.2.1