Got perl bindings started
This commit is contained in:
parent
add92d09ce
commit
1d11527924
7 changed files with 296 additions and 1 deletions
|
|
@ -135,7 +135,10 @@
|
|||
%{
|
||||
#include "allocator.h"
|
||||
#include "hammer.h"
|
||||
#ifndef SWIGPERL
|
||||
// Perl's embed.h conflicts with err.h, which internal.h includes. Ugh.
|
||||
#include "internal.h"
|
||||
#endif
|
||||
#include "glue.h"
|
||||
%}
|
||||
%include "allocator.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue