comparison src/lisp.h @ 4957:db2db229ee82

merge
author Ben Wing <ben@xemacs.org>
date Thu, 28 Jan 2010 02:48:45 -0600
parents 304aebb79cd3 c27efc9acb5a
children 45b6288416e3
comparison
equal deleted inserted replaced
4956:3461165c79be 4957:db2db229ee82
4281 /************************************************************************/ 4281 /************************************************************************/
4282 4282
4283 /************************************************************************/ 4283 /************************************************************************/
4284 /* Other numeric types */ 4284 /* Other numeric types */
4285 /************************************************************************/ 4285 /************************************************************************/
4286 #ifdef WITH_NUMBER_TYPES
4287 #include "number.h" 4286 #include "number.h"
4288 #else
4289 #define make_integer(x) make_int(x)
4290 #endif
4291 4287
4292 4288
4293 /************************************************************************/ 4289 /************************************************************************/
4294 /* prototypes */ 4290 /* prototypes */
4295 /************************************************************************/ 4291 /************************************************************************/