1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-02-07 08:47:09 +00:00

Change to default unsigned char for compilation. Possible after previous fixes to GETBYTE et al.

This commit is contained in:
Nick Briggs
2018-11-15 16:14:24 -08:00
parent ac6bef0fab
commit 2563b05dc1

View File

@@ -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 \