summaryrefslogtreecommitdiff
path: root/kernel/dict.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/dict.c')
-rw-r--r--kernel/dict.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/dict.c b/kernel/dict.c
index 8df807db..99f71223 100644
--- a/kernel/dict.c
+++ b/kernel/dict.c
@@ -18,7 +18,7 @@
#include "cross.h"
-unsigned char *dict = 0;
+unsigned char *dict = NULL;
ucell *last;
cell dicthead = 0;