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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user