re PR c++/5293 (confusing message when binding a temporary to a reference)
[official-gcc.git] / libf2c / libF77 / d_sinh.c
blobdc9dc439073d9ac9e1d22b60be1aebfc6462b457
1 #include "f2c.h"
3 #undef abs
4 #include <math.h>
5 double
6 d_sinh (doublereal * x)
8 return (sinh (*x));