Got perl bindings started

This commit is contained in:
Dan Hirsch 2013-12-03 21:29:02 +01:00
parent add92d09ce
commit 1d11527924
7 changed files with 296 additions and 1 deletions

View file

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