aboutsummaryrefslogtreecommitdiff
path: root/compiler/error.h
blob: 872afd726c23442ef46239490f6f4970285ab6a1 (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifndef _H_ERROR
#define _H_ERROR

void error(int code, char* message);
void error_no_mem(void);

#define ERROR_NO_MEMORY 10

#endif