mined.h: remove unused definition, MEMORY_SIZE.
Change-Id: I1ae83c427cafb15f1382b7d8ab3871a36b0eec28
This commit is contained in:
parent
50d246bbba
commit
0cf05b213d
1 changed files with 0 additions and 4 deletions
|
@ -54,10 +54,6 @@ extern char *pos_string; /* Absolute cursor positioning */
|
|||
|
||||
#define STD_OUT 1 /* File descriptor for terminal */
|
||||
|
||||
#if defined(__i386__)
|
||||
#define MEMORY_SIZE (50 * 1024) /* Size of data space to malloc */
|
||||
#endif
|
||||
|
||||
#define REPORT 2 /* Report change of lines on # lines */
|
||||
|
||||
typedef int FLAG;
|
||||
|
|
Loading…
Reference in a new issue