summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--universal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/universal.c b/universal.c
index 097247b5f1..2afa2f68a1 100644
--- a/universal.c
+++ b/universal.c
@@ -207,7 +207,7 @@ void
Perl_boot_core_UNIVERSAL(pTHX)
{
dVAR;
- const char file[] = __FILE__;
+ static const char file[] = __FILE__;
newXS("UNIVERSAL::isa", XS_UNIVERSAL_isa, file);
newXS("UNIVERSAL::can", XS_UNIVERSAL_can, file);