diff options
author | Andy Wingo <wingo@pobox.com> | 2013-02-18 18:48:48 +0100 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2013-02-18 18:48:48 +0100 |
commit | af07e10429c1513c2348289888b240926264b32b (patch) | |
tree | a05b78ee58618c46efa4c03da362dad3c2d8eb2b /lib/math.c | |
parent | 739941679c2c7dc36c29c30aff7d4c1b436ba773 (diff) |
Update to gnulib 0.0.7865-a828.
Diffstat (limited to 'lib/math.c')
-rw-r--r-- | lib/math.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/math.c b/lib/math.c new file mode 100644 index 000000000..ddb2ded53 --- /dev/null +++ b/lib/math.c @@ -0,0 +1,3 @@ +#include <config.h> +#define _GL_MATH_INLINE _GL_EXTERN_INLINE +#include "math.h" |