Skip to content
This repository has been archived by the owner on Dec 19, 2017. It is now read-only.

Commit

Permalink
Merge branch 'master' of https://github.com/atgreen/libffi
Browse files Browse the repository at this point in the history
  • Loading branch information
zwaldowski committed Dec 30, 2013
2 parents 2661e34 + 3dc3f32 commit 8ba9545
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ChangeLog
@@ -1,7 +1,7 @@
2013-11-21 Anthony Green <green@moxielogic.com>

* configure, Makefile.in, include/Makefile.in, include/ffi.h.in,
man/Makefile.in, testsuite/Makefile.in: Rebuilt.
man/Makefile.in, testsuite/Makefile.in, fficonfig.h.in: Rebuilt.

2013-11-21 Alan Modra <amodra@gmail.com>

Expand Down
6 changes: 6 additions & 0 deletions fficonfig.h.in
Expand Up @@ -73,6 +73,9 @@
/* Define if you have the long double type and it is bigger than a double */
#undef HAVE_LONG_DOUBLE

/* Define if you support more than one size of the long double type */
#undef HAVE_LONG_DOUBLE_VARIANT

/* Define to 1 if you have the `memcpy' function. */
#undef HAVE_MEMCPY

Expand Down Expand Up @@ -152,6 +155,9 @@
/* The size of `long double', as computed by sizeof. */
#undef SIZEOF_LONG_DOUBLE

/* The size of `size_t', as computed by sizeof. */
#undef SIZEOF_SIZE_T

/* If using the C implementation of alloca, define if you know the
direction of stack growth for your system; otherwise it will be
automatically deduced at runtime.
Expand Down

0 comments on commit 8ba9545

Please sign in to comment.