summaryrefslogtreecommitdiff
path: root/ccc.h
diff options
context:
space:
mode:
authorCarson Fleming <cflems@cflems.net>2026-07-21 14:36:02 -0700
committerCarson Fleming <cflems@cflems.net>2026-07-21 14:36:02 -0700
commit0cabbd2a0853c332c82af621b8716643741d758a (patch)
tree4d1772e07ff1b81e00b563f877c6f1ead3305a8d /ccc.h
parentf87e953223b7d498fc5401247952c08ab1e08f93 (diff)
downloadccc-0cabbd2a0853c332c82af621b8716643741d758a.tar.gz
more faithful grammar
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