This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Move PL_runops_{std,dbg} to perl.h, and make them const.
authorNicholas Clark <nick@ccl4.org>
Mon, 2 May 2011 14:02:57 +0000 (15:02 +0100)
committerNicholas Clark <nick@ccl4.org>
Sun, 12 Jun 2011 14:15:22 +0000 (16:15 +0200)
commitaf2f0da9b8621f5cc241f5664bcecd0fbd8865b2
treee05689bfd8d8ef2202b400060568eb2cca0c0821
parent724cf8d623675450a9b7be794b6b3917972e83f8
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.
embedvar.h
globvar.sym
perl.h
perlapi.h
perlvars.h