Remove REFCC_UNSIGNED_CHARS from test/ref/

Explicitly use signed char or unsigned char for REFCC.
This commit is contained in:
Jesse Rosenstock
2020-06-23 21:57:03 +02:00
committed by Oliver Schmidt
parent 86ba877a99
commit 8fe317e7fa
2 changed files with 1 additions and 9 deletions

View File

@@ -54,7 +54,7 @@ $(WORKDIR):
$(WORKDIR)/%.ref: %.c | $(WORKDIR)
$(if $(QUIET),echo ref/$*.host)
$(CC) $(CFLAGS) -DREFCC -DREFCC_UNSIGNED_CHARS -o $(WORKDIR)/$*.host $< $(NULLERR)
$(CC) $(CFLAGS) -DREFCC -o $(WORKDIR)/$*.host $< $(NULLERR)
$(WORKDIR)$S$*.host > $@
$(DIFF): ../bdiff.c | $(WORKDIR)