Down to to compilation errors. Had to reinstate individual size-class headers.

This commit is contained in:
Simon Brooke 2026-03-29 11:07:30 +01:00
parent cae27731b7
commit 00997d3c90
26 changed files with 733 additions and 246 deletions

View file

@ -14,6 +14,7 @@
#include <curl/curl.h>
#include "io/fopen.h"
#include "memory/pointer.h"
/**
@ -31,7 +32,7 @@ struct stream_payload {
/** metadata on the stream (e.g. its file attributes if a file, its HTTP
* headers if a URL, etc). Expected to be an association, or nil. Not yet
* implemented. */
struct cons_pointer meta;
struct pso_pointer meta;
};
#endif