Still still doesn't compile. Progress is being made, but it's fair awfy slow.
This commit is contained in:
parent
aac4669a3d
commit
ab0ea09bd4
18 changed files with 255 additions and 426 deletions
|
|
@ -132,7 +132,7 @@ struct pso_pointer throw_exception_with_cause( struct pso_pointer location,
|
|||
} else {
|
||||
struct pso_pointer x_frame = inc_ref(make_frame(
|
||||
2, frame_pointer, message,
|
||||
(nilp(location)
|
||||
(c_nilp(location)
|
||||
? nil
|
||||
: make_cons(frame_pointer,
|
||||
make_cons(frame_pointer,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue