Project

General

Profile

« Previous | Next » 

Revision 0a671907

Added by hsbt (Hiroshi SHIBATA) over 1 year ago

merge revision(s) ae8990aef098410ecc2b5f48fea9d7d171a3c5f6:

 Alias init functions The extension library has each initialization function named "Init_" + basename. If multiple extensions have the same base name (such as cgi/escape and erb/escape), the same function will be registered for both names. To fix this conflict, rename the initialization functions under sub directories using using parent names, when statically linking. --- ext/extmk.rb | 16 +++++++++++++++- template/extinit.c.tmpl | 2 +- 2 files changed, 16 insertions(+), 2 deletions(-)