summaryrefslogtreecommitdiff
path: root/jni/ruby/ext/-test-/exception/extconf.h
blob: 62372a619431fc5f7cc9a4ee3a87abd2439eebc4 (plain)
1
2
3
4
#ifndef EXTCONF_H
#define EXTCONF_H
#define TEST_INIT_FUNCS(X) X(enc_raise) X(dataerror) X(ensured)
#endif