Hot damn! When you see an obvious, stupid bug you created, you can't unsee it!
This commit is contained in:
parent
ca5671f613
commit
02a4bc3e28
8 changed files with 563 additions and 495 deletions
|
|
@ -69,7 +69,7 @@ struct pso_pointer c_car( struct pso_pointer cons ) {
|
|||
*/
|
||||
struct pso_pointer c_cdr( struct pso_pointer p ) {
|
||||
struct pso_pointer result = nil;
|
||||
struct pso2 *object = pointer_to_object( result );
|
||||
struct pso2 *object = pointer_to_object( p );
|
||||
|
||||
switch ( get_tag_value( p ) ) {
|
||||
case CONSTV:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue