Kresten's closure work. Initial checkin.

This commit is contained in:
green
1999-08-04 18:00:05 +00:00
parent d170961701
commit 2dbf801eb4
12 changed files with 910 additions and 1084 deletions

View File

@@ -32,6 +32,9 @@
spurious messages. */
#undef USING_PURIFY
/* Define this if you want the raw api disabled */
#undef FFI_DISABLE_RAW_API
/* This is the package name */
#undef PACKAGE
@@ -61,3 +64,10 @@
/* Define if you have the memcpy function. */
#undef HAVE_MEMCPY
/* Define if target machine is big endian. */
#undef WORDS_BIGENDIAN
/* The number of bytes in a void pointer. */
#undef SIZEOF_VOID_P