comparison src/number.h @ 2057:471242c84954

[xemacs-hg @ 2004-05-03 15:19:10 by james] Number-related warning cleanups.
author james
date Mon, 03 May 2004 15:19:14 +0000
parents 4e6a63799f08
children f557693c61de
comparison
equal deleted inserted replaced
2056:ab71063baf27 2057:471242c84954
286 #define CONCHECK_FLOATING(x) do { \ 286 #define CONCHECK_FLOATING(x) do { \
287 if (!FLOATINGP (x)) \ 287 if (!FLOATINGP (x)) \
288 x = wrong_type_argument (Qfloating, x); \ 288 x = wrong_type_argument (Qfloating, x); \
289 } while (0) 289 } while (0)
290 290
291 extern Lisp_Object make_floating (double);
291 EXFUN (Ffloatp, 1); 292 EXFUN (Ffloatp, 1);
292 293
293 294
294 /********************************** Reals ***********************************/ 295 /********************************** Reals ***********************************/
295 extern Lisp_Object Qrealp; 296 extern Lisp_Object Qrealp;