diff options
author | Camil Staps | 2016-08-25 19:21:16 +0200 |
---|---|---|
committer | Camil Staps | 2016-08-25 19:21:16 +0200 |
commit | d43473edfd99630d9d4702e6187188a34be880cc (patch) | |
tree | 27f26f61e3a62f2dc696f4b4f996cfac9c494000 /compiler/error.h | |
parent | Fixed overwriting errors (diff) |
Use perror
Diffstat (limited to 'compiler/error.h')
-rw-r--r-- | compiler/error.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/compiler/error.h b/compiler/error.h deleted file mode 100644 index 872afd7..0000000 --- a/compiler/error.h +++ /dev/null @@ -1,9 +0,0 @@ -#ifndef _H_ERROR -#define _H_ERROR - -void error(int code, char* message); -void error_no_mem(void); - -#define ERROR_NO_MEMORY 10 - -#endif |