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