summaryrefslogtreecommitdiff
path: root/load.c
diff options
context:
space:
mode:
Diffstat (limited to 'load.c')
-rw-r--r--load.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/load.c b/load.c
index ca7f698ba1..e1c6fe1530 100644
--- a/load.c
+++ b/load.c
@@ -8,7 +8,7 @@
#include "eval_intern.h"
#include "probes.h"
-VALUE ruby_dln_librefs;
+static VALUE ruby_dln_librefs;
#define IS_RBEXT(e) (strcmp((e), ".rb") == 0)
#define IS_SOEXT(e) (strcmp((e), ".so") == 0 || strcmp((e), ".o") == 0)