My monster, it not only compiles, it now runs!

This commit is contained in:
Simon Brooke 2026-03-30 11:52:41 +01:00
parent 60921be3d4
commit a8b4a6e69d
26 changed files with 244 additions and 172 deletions

View file

@ -28,6 +28,6 @@ struct exception_payload {
struct pso_pointer cause;
};
bool exceptionp( struct pso_pointer p);
bool exceptionp( struct pso_pointer p );
#endif