diff options
author | Keith Packard <keithp@keithp.com> | 2016-11-11 21:18:50 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2016-11-17 22:18:39 -0800 |
commit | 6187afea14c2dbaae98b595963104c527a3a45c8 (patch) | |
tree | b27e34c3b1d6fedf94287b31ea7e99872bcd1c19 /src/test/ao_lisp_os.h | |
parent | 0fd008d75ca451ba68ad8ae773ea8a5ebc1785c5 (diff) |
altos/lisp: Add save/restore to ao_lisp_test
Allow testing of the save/restore code under Linux.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/test/ao_lisp_os.h')
-rw-r--r-- | src/test/ao_lisp_os.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/test/ao_lisp_os.h b/src/test/ao_lisp_os.h index c979697e..8b9c1475 100644 --- a/src/test/ao_lisp_os.h +++ b/src/test/ao_lisp_os.h @@ -22,6 +22,9 @@ #include <stdlib.h> #include <time.h> +#define AO_LISP_POOL_TOTAL 3072 +#define AO_LISP_SAVE + extern int ao_lisp_getc(void); static inline void |