Convert codebase to C89 compatibility and update test scripts
This commit is contained in:
@@ -6,8 +6,6 @@
|
||||
|
||||
#include "token.h"
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
typedef void (*Test)(void);
|
||||
|
||||
/**
|
||||
@@ -56,6 +54,8 @@ void assert_int(int expected, int actual, const char* msg);
|
||||
/**
|
||||
* Asserts that a condition is true.
|
||||
*/
|
||||
#include "bool.h"
|
||||
|
||||
void assert_true(bool condition, const char* msg);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user