X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/d136f1846276c44fa65ec56fb62680a4026750cd..33813370fcaa4ad70449cc4068154e1e073cb7a9:/src/floatfns.c diff --git a/src/floatfns.c b/src/floatfns.c index 75106a661b..ed0c14926d 100644 --- a/src/floatfns.c +++ b/src/floatfns.c @@ -543,32 +543,5 @@ Rounds the value toward zero. */) void syms_of_floatfns (void) { - defsubr (&Sacos); - defsubr (&Sasin); - defsubr (&Satan); - defsubr (&Scos); - defsubr (&Ssin); - defsubr (&Stan); - defsubr (&Sisnan); -#ifdef HAVE_COPYSIGN - defsubr (&Scopysign); -#endif - defsubr (&Sfrexp); - defsubr (&Sldexp); - defsubr (&Sfceiling); - defsubr (&Sffloor); - defsubr (&Sfround); - defsubr (&Sftruncate); - defsubr (&Sexp); - defsubr (&Sexpt); - defsubr (&Slog); - defsubr (&Ssqrt); - - defsubr (&Sabs); - defsubr (&Sfloat); - defsubr (&Slogb); - defsubr (&Sceiling); - defsubr (&Sfloor); - defsubr (&Sround); - defsubr (&Struncate); +#include "floatfns.x" }