diff options
author | Nicholas Clark <nick@ccl4.org> | 2011-05-02 15:02:57 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2011-06-12 16:15:22 +0200 |
commit | af2f0da9b8621f5cc241f5664bcecd0fbd8865b2 (patch) | |
tree | e05689bfd8d8ef2202b400060568eb2cca0c0821 /globvar.sym | |
parent | 724cf8d623675450a9b7be794b6b3917972e83f8 (diff) | |
download | perl-af2f0da9b8621f5cc241f5664bcecd0fbd8865b2.tar.gz |
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.
Diffstat (limited to 'globvar.sym')
-rw-r--r-- | globvar.sym | 2 |
1 files changed, 2 insertions, 0 deletions
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 |