File: defaults.h

package info (click to toggle)
yforth 0.1beta-9
  • links: PTS
  • area: main
  • in suites: slink
  • size: 352 kB
  • ctags: 787
  • sloc: ansic: 4,415; makefile: 60
file content (15 lines) | stat: -rw-r--r-- 333 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

#define MIN_DSPACE_SIZE		1024
#define MIN_DSTACK_SIZE		32
#define MIN_RSTACK_SIZE		16
#define MIN_FSTACK_SIZE		0
#define MIN_TIB_SIZE		80
#define MIN_PAD_SIZE		80

#define DEF_DSPACE_SIZE		16384
#define DEF_DSTACK_SIZE		512
#define DEF_RSTACK_SIZE		64
#define DEF_FSTACK_SIZE		6
#define DEF_TIB_SIZE		128
#define DEF_PAD_SIZE		128