added error descr storing into tccomp
This commit is contained in:
@@ -11,12 +11,8 @@
|
||||
|
||||
#include <cllexer.h>
|
||||
#include <clcomp.h>
|
||||
#include <xdebug.h>
|
||||
|
||||
#ifdef DEBUG
|
||||
#define DPRINTF(str, ...) printf(str, __VA_ARGS__)
|
||||
#else
|
||||
#define DPRINTF(str, ...) ((void)0)
|
||||
#endif
|
||||
|
||||
static char* strcopy(char* src) {
|
||||
size_t srcsize = strlen(src) + 1;
|
||||
|
||||
Reference in New Issue
Block a user