fixes for host gcc 4.6.1
[zpugcc/jano.git] / toolchain / gcc / libf2c / libF77 / r_exp.c
blob7c1ceea5895d6a098342dccdb00ec6b1755f9088
1 #include "f2c.h"
3 #undef abs
4 #include <math.h>
5 double
6 r_exp (real * x)
8 return (exp (*x));