Commits

Anton Blanchard committed baf0a4b004a
[Parser] Missed signed cast of CurPtr A char is unsigned by default on PowerPC. CurPtr is cast to a signed char whenever a signed comparison is required, but we are missing one place. This fixes a testcase failure in Parse/BOM.swift