Still grinding incrementally forward, through barbed wire entanglements.
Morale fading.
This commit is contained in:
parent
ab0ea09bd4
commit
92490ebd5f
9 changed files with 104 additions and 48 deletions
|
|
@ -11,6 +11,7 @@
|
|||
#define __psse_payloads_cons_h
|
||||
#include <stdbool.h>
|
||||
|
||||
#include "memory/node.h"
|
||||
#include "memory/pointer.h"
|
||||
#include "memory/pso2.h"
|
||||
#include "memory/pso4.h"
|
||||
|
|
@ -32,7 +33,7 @@ struct pso_pointer make_cons( struct pso_pointer frame_pointer,
|
|||
struct pso_pointer car, struct pso_pointer cdr );
|
||||
|
||||
/**
|
||||
* macro short-cuts for make_cons.
|
||||
* macro short-cuts for make_cons.
|
||||
*/
|
||||
// #define make_cons(frame_pointer,car,cdr) (cons(make_frame(2, frame_pointer, car, cdr)))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue