diff options
author | Bruno Haible <bruno@clisp.org> | 2010-01-25 01:57:08 +0100 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2010-01-25 01:57:08 +0100 |
commit | 71c045ff3f67af2324da06ac4b676805590ed316 (patch) | |
tree | 313348a6d86addb5a5f9cb22c8d2eea79a9e0d89 /modules/cos | |
parent | 494a4d32e2e9ed6201c38ff3fa28ed38c5396644 (diff) | |
download | gnulib-71c045ff3f67af2324da06ac4b676805590ed316.tar.gz |
Fix tests for common <math.h> functions.
Diffstat (limited to 'modules/cos')
-rw-r--r-- | modules/cos | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/cos b/modules/cos index 77a4aca618..5ed327d42e 100644 --- a/modules/cos +++ b/modules/cos @@ -7,7 +7,7 @@ m4/mathfunc.m4 Depends-on: configure.ac: -gl_MATHFUNC([cos]) +gl_MATHFUNC([cos], [double], [(double)]) Makefile.am: |