diff options
Diffstat (limited to 'ccc.h')
| -rw-r--r-- | ccc.h | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -1,12 +1,7 @@ #ifndef CCC_H #define CCC_H -#include <stdio.h> -#include <stdlib.h> #define CCC_PANIC { perror("ccc"); exit(1); } -#define CCC_ERROR(format, ...) {\ - fprintf(stderr, "line %ld: " format "\n", LINE __VA_OPT__(,) __VA_ARGS__);\ - exit(1);\ -} + #endif |
