c99_functions.c: Add function prototypes to avoid warnings from -Wstrict-prototypes...
authorRoger Sayle <roger@eyesopen.com>
Thu, 12 Jan 2006 17:37:47 +0000 (17:37 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Thu, 12 Jan 2006 17:37:47 +0000 (17:37 +0000)
commitedf8dc34ff317170ae61310ef64155723f775fbc
treee0c22bb94361ac906b41acf62af6059ec502d411
parent4cd5f6193db267e7ac990abcc6a04dbaac800bc8
c99_functions.c: Add function prototypes to avoid warnings from -Wstrict-prototypes...

* intrinsics/c99_functions.c: Add function prototypes to avoid
warnings from -Wstrict-prototypes -Wmissing-prototypes.  On Tru64
work around a brain-dead libm by redirecting calls to cabs{,f,l}
to a local __gfc_cabs{,f,l}.

From-SVN: r109646
libgfortran/ChangeLog
libgfortran/intrinsics/c99_functions.c