Removed unneeded define.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6495 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Art Yerkes 2004-10-24 08:48:05 +00:00
commit 155471ff1a

View file

@ -18,7 +18,6 @@ SWIGEXT {
#endif
#define value caml_value_t
#define CAML_VALUE caml_value_t
#define alloc caml_alloc
#include <caml/alloc.h>
#include <caml/custom.h>
#include <caml/mlvalues.h>
@ -26,7 +25,6 @@ SWIGEXT {
#include <caml/callback.h>
#include <caml/fail.h>
#include <caml/misc.h>
#undef alloc
// Adapted from memory.h and mlvalues.h