4 $:.unshift File.dirname(__FILE__)
8 def mktable(rettype, fnum, argc)
10 "rb_dl_callback_table[#{rettype}][#{fnum}] = &rb_dl_callback_func_#{rettype.to_s}_#{fnum};"
14 DLTYPE.keys.sort.each{|t|
15 for n in 0..(MAX_CALLBACK - 1)
16 print(mktable(t, n, 15), "\n")