index
:
ccc.git
master
Carson's C Compiler
Carson Fleming
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ccc.h
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'ccc.h')
-rw-r--r--
ccc.h
2
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