summaryrefslogtreecommitdiff
path: root/template/extinit.c.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/extinit.c.tmpl')
-rw-r--r--template/extinit.c.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/extinit.c.tmpl b/template/extinit.c.tmpl
index 7a9c910633..e0b076b03c 100644
--- a/template/extinit.c.tmpl
+++ b/template/extinit.c.tmpl
@@ -1,5 +1,5 @@
%# -*- C -*-
-% extinits = ARGV.map {|n| [n[%r[[^/.]+(?=\.[^/]*)?\z]], n]}
+% extinits = ARGV.map {|n| [n.tr('/', '_'), n]}
#include "ruby/ruby.h"
#define init(func, name) { \