From 2563b05dc127f4a0c0e269eb58f26edd416654fd Mon Sep 17 00:00:00 2001 From: Nick Briggs Date: Thu, 15 Nov 2018 16:14:24 -0800 Subject: [PATCH] Change to default unsigned char for compilation. Possible after previous fixes to GETBYTE et al. --- bin/makefile-darwin.386-x | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/makefile-darwin.386-x b/bin/makefile-darwin.386-x index 3568eb8..e938d28 100755 --- a/bin/makefile-darwin.386-x +++ b/bin/makefile-darwin.386-x @@ -1,6 +1,6 @@ # Options for MacOS, x86 processor, X windows -CC = clang -m32 -std=gnu89 -Wimplicit-function-declaration +CC = clang -m32 -std=gnu89 -Wimplicit-function-declaration -funsigned-char OEXT=.o XFILES = $(OBJECTDIR)xmkicon.o \