Many more ops written, and it compiles. Nothing works yet.
This commit is contained in:
parent
f5f8e38b91
commit
c9f50572ab
17 changed files with 290 additions and 71 deletions
|
|
@ -42,7 +42,7 @@ struct pso_pointer print_list_content( struct pso_pointer p, URL_FILE *output )
|
|||
struct pso_pointer result = nil;
|
||||
|
||||
if ( consp( p ) ) {
|
||||
for ( ; consp( p ); p = cdr( p ) ) {
|
||||
for ( ; consp( p ); p = c_cdr( p ) ) {
|
||||
struct pso2 *object = pointer_to_object( p );
|
||||
|
||||
result = in_print( object->payload.cons.car, output );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue