Prefer int to uint8_t when possible

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
Marco Costalba
2010-11-01 13:16:32 +01:00
parent cfca92cd7c
commit 9f626725ae
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -430,7 +430,7 @@ install:
-strip $(BINDIR)/$(EXE)
clean:
$(RM) $(EXE) *.o .depend *~ core bench.txt *.gcda
$(RM) $(EXE) $(EXE).exe *.o .depend *~ core bench.txt *.gcda
testrun:
@$(PGOBENCH)