Mercurial > hg > xemacs-beta
comparison src/lisp.h @ 4888:c27efc9acb5a
merge
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Wed, 27 Jan 2010 00:37:59 -0600 |
parents | ae81a2c00f4f 6772ce4d982b |
children | 6ef8256a020a db2db229ee82 8431b52e43b1 |
comparison
equal
deleted
inserted
replaced
4887:a47abe9c47f2 | 4888:c27efc9acb5a |
---|---|
4193 /************************************************************************/ | 4193 /************************************************************************/ |
4194 | 4194 |
4195 /************************************************************************/ | 4195 /************************************************************************/ |
4196 /* Other numeric types */ | 4196 /* Other numeric types */ |
4197 /************************************************************************/ | 4197 /************************************************************************/ |
4198 #ifdef WITH_NUMBER_TYPES | |
4199 #include "number.h" | 4198 #include "number.h" |
4200 #else | |
4201 #define make_integer(x) make_int(x) | |
4202 #endif | |
4203 | 4199 |
4204 | 4200 |
4205 /************************************************************************/ | 4201 /************************************************************************/ |
4206 /* prototypes */ | 4202 /* prototypes */ |
4207 /************************************************************************/ | 4203 /************************************************************************/ |