commit | 8cfb7c427d567ed8c72dbd329646b8ec63482117 | [log] [tgz] |
---|---|---|
author | swissChili <swisschili@fastmail.com> | Sun Apr 18 21:17:58 2021 -0700 |
committer | swissChili <swisschili@fastmail.com> | Sun Apr 18 21:17:58 2021 -0700 |
tree | 4357febcdb0c2011db8e1f1c1f6bb65fe81e23fd | |
parent | ca107a092297fbb6a58d0eb7944f6bf8c75897c5 [diff] [blame] |
Move lisp to single-dword value type
diff --git a/src/lisp/main.c b/src/lisp/main.c index 4ed48ea..a83faab 100644 --- a/src/lisp/main.c +++ b/src/lisp/main.c
@@ -9,7 +9,7 @@ } struct istream *is = new_stristream_nt (argv[ 1 ]); - struct value val; + value_t val; while ( read1 (is, &val) ) {