diff options
author | Jan Dubois <jand@activestate.com> | 2010-02-23 00:54:46 -0800 |
---|---|---|
committer | Jan Dubois <jand@activestate.com> | 2010-02-23 00:54:46 -0800 |
commit | 4bdf8368ba4c1bf3b611986d47bfef839e524ff4 (patch) | |
tree | 38f5c60d9f335312326c3d37f7416a017a7d89c1 /pp.c | |
parent | 7dfca73bbdacebba799557ddbf66e0a31921aafb (diff) | |
download | perl-4bdf8368ba4c1bf3b611986d47bfef839e524ff4.tar.gz |
Symbol S_no_symref_sv should be static (local to the compilation unit).
Diffstat (limited to 'pp.c')
-rw-r--r-- | pp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -132,7 +132,7 @@ PP(pp_padhv) /* Translations. */ -const char S_no_symref_sv[] = +static const char S_no_symref_sv[] = "Can't use string (\"%" SVf32 "\"%s) as %s ref while \"strict refs\" in use"; PP(pp_rv2gv) |