Still still doesn't compile. Progress is being made, but it's fair awfy slow.
This commit is contained in:
parent
aac4669a3d
commit
ab0ea09bd4
18 changed files with 255 additions and 426 deletions
|
|
@ -12,5 +12,14 @@
|
|||
#ifndef psse_ops_inspect
|
||||
#define psse_ops_inspect
|
||||
|
||||
#include "memory/pointer.h"
|
||||
|
||||
/**
|
||||
* Legacy technical debt to be entirely rewritten
|
||||
*/
|
||||
void dump_object(struct pso_pointer frame_pointer,
|
||||
struct pso_pointer output, struct pso_pointer pointer );
|
||||
|
||||
|
||||
struct pso_pointer lisp_inspect( struct pso_pointer frame_pointer );
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue