RFE #1436243: make integers in [0..256] preallocated.

This commit is contained in:
Georg Brandl 2006-02-22 11:30:06 +00:00
parent df431657fd
commit 418a1ef089
2 changed files with 5 additions and 1 deletions

View file

@ -62,7 +62,7 @@ fill_free_list(void)
}
#ifndef NSMALLPOSINTS
#define NSMALLPOSINTS 100
#define NSMALLPOSINTS 257
#endif
#ifndef NSMALLNEGINTS
#define NSMALLNEGINTS 5