Added spec:commit task to commit changes to spec/ruby sources.
[rbx.git] / shotgun / lib / methtbl.c
blobccc450aee9ccf5bf503a032624f93ba644c78370
1 #include "shotgun/lib/shotgun.h"
2 #include "shotgun/lib/lookuptable.h"
4 OBJECT methtbl_new(STATE) {
5 OBJECT obj;
7 obj = methtbl_allocate(state);
8 lookuptable_setup(state, obj, 0);
9 return obj;