comparison 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
comparison
equal deleted inserted replaced
1985:a8b463c4984a 1986:83276542ee26
3379 /************************************************************************/ 3379 /************************************************************************/
3380 /* Other numeric types */ 3380 /* Other numeric types */
3381 /************************************************************************/ 3381 /************************************************************************/
3382 #ifdef WITH_NUMBER_TYPES 3382 #ifdef WITH_NUMBER_TYPES
3383 #include "number.h" 3383 #include "number.h"
3384 #else
3385 #define make_integer(x) make_int(x)
3384 #endif 3386 #endif
3385 3387
3386 3388
3387 /************************************************************************/ 3389 /************************************************************************/
3388 /* prototypes */ 3390 /* prototypes */