diff 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
line wrap: on
line diff
--- a/src/number.h	Mon May 03 15:08:51 2004 +0000
+++ b/src/number.h	Mon May 03 15:19:14 2004 +0000
@@ -288,6 +288,7 @@
    x = wrong_type_argument (Qfloating, x);	\
 }  while (0)
 
+extern Lisp_Object make_floating (double);
 EXFUN (Ffloatp, 1);