summaryrefslogtreecommitdiff
path: root/ccc.h
diff options
context:
space:
mode:
authorCarson Fleming <cflems@cflems.net>2026-03-27 11:27:08 -1000
committerCarson Fleming <cflems@cflems.net>2026-03-27 11:27:08 -1000
commit414a608c36b2d8f208ad0223219736d7582948ae (patch)
treeeeeb284023236a4ee53bb4a78608c3cd1e3992bb /ccc.h
parentfca3bf239cfdf03c4479f5d0c14a21c1fd96ea3e (diff)
downloadccc-414a608c36b2d8f208ad0223219736d7582948ae.tar.gz
fix some stuff
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