mirror of
https://github.com/CPunch/Cosmo.git
synced 2026-01-19 20:20:04 +00:00
Added assert() to base library
also fixed regression in call()
This commit is contained in:
@@ -7,8 +7,12 @@
|
||||
#include <stdbool.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
//#define NAN_BOXXED
|
||||
|
||||
#define COSMOASSERT(x) assert(x)
|
||||
|
||||
// forward declare *most* stuff so our headers are cleaner
|
||||
typedef struct CState CState;
|
||||
typedef struct CChunk CChunk;
|
||||
|
||||
Reference in New Issue
Block a user