Right, I'm committing this session because I'm too cold and tired to go on.
It does not at present build (and it's going to take a good bit more work before it does).
This commit is contained in:
parent
f05d1af9d6
commit
6148d3699f
32 changed files with 364 additions and 309 deletions
|
|
@ -104,7 +104,7 @@
|
|||
*/
|
||||
extern int verbosity;
|
||||
|
||||
void debug_print( char32_t *message, int level, int indent );
|
||||
void debug_print( char32_t * message, int level, int indent );
|
||||
|
||||
void debug_print_object( struct pso_pointer object, int level, int indent );
|
||||
|
||||
|
|
@ -114,6 +114,6 @@ void debug_print_128bit( __int128_t n, int level );
|
|||
|
||||
void debug_println( int level );
|
||||
|
||||
void debug_printf( int level, int indent, char32_t *format, ... );
|
||||
void debug_printf( int level, int indent, char32_t * format, ... );
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue