summaryrefslogtreecommitdiff
path: root/ccc.h
diff options
context:
space:
mode:
Diffstat (limited to 'ccc.h')
-rw-r--r--ccc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ccc.h b/ccc.h
index 80cbc0a..b846056 100644
--- a/ccc.h
+++ b/ccc.h
@@ -2,6 +2,5 @@
#define CCC_H
#define CCC_PANIC { perror("ccc"); exit(1); }
-#define PTR_SIZE 8
#endif