diff src/lisp.h @ 1986:83276542ee26

[xemacs-hg @ 2004-04-06 12:26:36 by stephent] fix build w/o bignums <878yh9pa3i.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Tue, 06 Apr 2004 12:26:38 +0000
parents 9c872f33ecbe
children 9361a78f86a0
line wrap: on
line diff
--- a/src/lisp.h	Tue Apr 06 12:13:55 2004 +0000
+++ b/src/lisp.h	Tue Apr 06 12:26:38 2004 +0000
@@ -3381,6 +3381,8 @@
 /************************************************************************/
 #ifdef WITH_NUMBER_TYPES
 #include "number.h"
+#else
+#define make_integer(x) make_int(x)
 #endif