Procházet zdrojové kódy

Prevent Init_caca from being hidden

main
Pascal Terjan před 4 dny
rodič
revize
04f511940a
1 změnil soubory, kde provedl 3 přidání a 0 odebrání
  1. +3
    -0
      ruby/caca.c

+ 3
- 0
ruby/caca.c Zobrazit soubor

@@ -24,6 +24,9 @@ static VALUE get_version(VALUE self)
return rb_str_new2(caca_get_version());
}

#if defined CACA_ENABLE_VISIBILITY
extern __attribute__((visibility("default")))
#endif
void Init_caca()
{
VALUE mCaca = rb_define_module("Caca");


Načítá se…
Zrušit
Uložit