Progress, but it still doesn't build. I think I'm close, now...
This commit is contained in:
parent
00997d3c90
commit
04bf001652
12 changed files with 58 additions and 47 deletions
|
|
@ -24,7 +24,7 @@
|
|||
#include "payloads/special.h"
|
||||
#include "payloads/string.h"
|
||||
#include "payloads/symbol.h"
|
||||
#include "payloads/time.h"
|
||||
// #include "payloads/time.h"
|
||||
#include "payloads/vector_pointer.h"
|
||||
#include "payloads/write_stream.h"
|
||||
|
||||
|
|
@ -45,7 +45,7 @@ struct pso2 {
|
|||
struct lambda_payload lambda;
|
||||
// struct special_payload special;
|
||||
struct stream_payload stream;
|
||||
struct time_payload time;
|
||||
// struct time_payload time;
|
||||
struct vectorp_payload vectorp;
|
||||
} payload;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue