CVSROOT: /cvs Module name: src Changes by: marty...@cvs.openbsd.org 2009/04/04 20:12:43
Modified files: lib/libm/noieee_src: mathimpl.h n_asinh.c n_exp__E.c n_expm1.c n_log1p.c n_pow.c lib/libm/src : b_exp__D.c Log message: const static -> static const; since it's deprecated per C99. ok millert@