Another inconclusive session: still nothing works, still making progress.
This commit is contained in:
parent
ef59563e25
commit
eed4711fee
35 changed files with 317 additions and 232 deletions
|
|
@ -12,7 +12,4 @@
|
|||
#include "memory/pso2.h"
|
||||
#include "memory/pso4.h"
|
||||
|
||||
struct pso4 *pointer_to_pso4( struct pso_pointer p ) {
|
||||
struct pso4 *result =
|
||||
( struct pso4 * ) pointer_to_object_of_size_class( p, 4 );
|
||||
}
|
||||
struct pso4 *pointer_to_pso4( struct pso_pointer p );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue