diff options
| author | Keith Packard <keithp@keithp.com> | 2016-11-11 21:18:50 -0800 | 
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2017-02-20 11:16:50 -0800 | 
| commit | 8f2d60b4c029bffaa559bd1f31f5b15230dfa674 (patch) | |
| tree | 3b19d160542e3bcf26625f023f572658e8f79127 /src/test/ao_lisp_os.h | |
| parent | dba374516ed396633659dec571b6a44b03da8ad1 (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 | 
