Explorar el Código

Prevent Init_caca from being hidden

main
Pascal Terjan hace 4 días
padre
commit
04f511940a
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. +3
    -0
      ruby/caca.c

+ 3
- 0
ruby/caca.c Ver fichero

@@ -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");


Cargando…
Cancelar
Guardar