Things which should have been saved before the last commit. Sigh.
This commit is contained in:
parent
6c4be8f283
commit
57c5fe314a
3 changed files with 15 additions and 4 deletions
|
|
@ -9,6 +9,11 @@
|
|||
|
||||
#include <stdio.h>
|
||||
|
||||
int initialise_memory() {
|
||||
#include "memory/pointer.h"
|
||||
|
||||
|
||||
|
||||
int initialise_memory( int node) {
|
||||
fprintf( stderr, "TODO: Implement initialise_memory()");
|
||||
|
||||
}
|
||||
|
|
@ -7,9 +7,13 @@
|
|||
* Licensed under GPL version 2.0, or, at your option, any later version.
|
||||
*/
|
||||
|
||||
#ifndef __psse_memory_pso4_h
|
||||
#define __psse_memory_pso4_h
|
||||
#ifndef __psse_memory_memory_h
|
||||
#define __psse_memory_memory_h
|
||||
|
||||
#include "memory/pointer.h"
|
||||
|
||||
int initialise_memory();
|
||||
|
||||
extern struct pso_pointer out_of_memory_exception;
|
||||
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -29,3 +29,5 @@ extern struct pso_pointer nil;
|
|||
*
|
||||
*/
|
||||
extern struct pso_pointer t;
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue