diff options
Diffstat (limited to 'src/lib9/utf/utfdef.h')
-rw-r--r-- | src/lib9/utf/utfdef.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib9/utf/utfdef.h b/src/lib9/utf/utfdef.h index adc6d95fb..4bbdfc643 100644 --- a/src/lib9/utf/utfdef.h +++ b/src/lib9/utf/utfdef.h @@ -25,4 +25,3 @@ typedef unsigned int uint; typedef unsigned long ulong; #define nelem(x) (sizeof(x)/sizeof((x)[0])) -#define nil ((void*)0) |