Fix up bad git subtree import.
This commit is contained in:
12
misc/kforth/default/defs.h
Normal file
12
misc/kforth/default/defs.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef __KF_DEFAULT_DEFS_H__
|
||||
#define __KF_DEFAULT_DEFS_H__
|
||||
|
||||
typedef int KF_INT;
|
||||
typedef uintptr_t KF_ADDR;
|
||||
|
||||
static const size_t DSTACK_SIZE = 12;
|
||||
static const size_t RSTACK_SIZE = 12;
|
||||
static const size_t DICT_SIZE = 4096;
|
||||
|
||||
#endif /* __KF_DEFAULT_DEFS_H__ */
|
||||
|
||||
Reference in New Issue
Block a user