Converted everything to the new lisp calling convention.

Fixes #19
This commit is contained in:
Simon Brooke 2026-04-01 17:11:10 +01:00
parent f3a26bc02e
commit b6480aebd5
53 changed files with 590 additions and 520 deletions

View file

@ -25,9 +25,10 @@ struct exception_payload {
};
struct pso_pointer make_exception( struct pso_pointer message,
struct pso_pointer frame_pointer, struct pso_pointer cause);
struct pso_pointer frame_pointer,
struct pso_pointer cause );
struct pso_pointer destroy_exception( struct pso_pointer fp,
struct pso_pointer env);
struct pso_pointer env );
#endif