(HAVE_MOUSE, PURESIZE): Definitions moved here.

This commit is contained in:
Richard M. Stallman 1994-07-11 05:11:04 +00:00
parent 44177ab07c
commit eb246adb24

View file

@ -220,3 +220,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define GAP_USE_BCOPY
#define BCOPY_UPWARD_SAFE 1
#define BCOPY_DOWNWARD_SAFE 1
/* We need a little extra space, see ../../lisp/loadup.el */
#define PURESIZE 240000
/* We have (the code to control) a mouse. */
#define HAVE_MOUSE