diff options
author | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-05-21 06:44:50 +0000 |
---|---|---|
committer | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-05-21 06:44:50 +0000 |
commit | 50f0ca0a0d7f9b6a4e94b4c42f59f4cee2c1a7f1 (patch) | |
tree | e0800c58d9a0cf8ee2e6fb295ce7e5093a94bfd1 /libgfortran/config.h.in | |
parent | 337acf8732b0617d36c359e2a6efa85911243fd3 (diff) | |
download | gcc-50f0ca0a0d7f9b6a4e94b4c42f59f4cee2c1a7f1.tar.gz |
* configure.ac: Check for trunc and truncf in libm.
* configure: Regenerate.
* config.h.in: Likewise.
* intrinsics/c99_functions.c (trunc, truncf): New functions.
* c99_protos.h (trunc, truncf): Declare them.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100040 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgfortran/config.h.in')
-rw-r--r-- | libgfortran/config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libgfortran/config.h.in b/libgfortran/config.h.in index 0cdd2aadbf1..f1a5628a020 100644 --- a/libgfortran/config.h.in +++ b/libgfortran/config.h.in @@ -264,6 +264,12 @@ /* Define to 1 if you have the <time.h> header file. */ #undef HAVE_TIME_H +/* libm includes trunc */ +#undef HAVE_TRUNC + +/* libm includes truncf */ +#undef HAVE_TRUNCF + /* Define to 1 if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H |