diff options
Diffstat (limited to 'intrpvar.h')
-rw-r--r-- | intrpvar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/intrpvar.h b/intrpvar.h index 5a630f88a4..681fb6d3c7 100644 --- a/intrpvar.h +++ b/intrpvar.h @@ -484,7 +484,7 @@ PERLVAR(Ireentrant_buffer, REBUF*) /* here we store the _r buffers */ #endif PERLVAR(sharedsv_space, PerlInterpreter*) -PERLVAR(sharesv_space_mutex, perl_mutex) +PERLVAR(sharedsv_space_mutex, perl_mutex) #endif |