PP: Address #737: accept 'h'/'H' floating-point suffix more broadly.

This commit is contained in:
John Kessenich
2017-02-28 12:40:40 -07:00
parent f67f9d7e4d
commit b67b4a7072
8 changed files with 142 additions and 62 deletions

View File

@@ -243,4 +243,6 @@ void voidTernary()
b ? foo121111() : foo12111();
b ? foo121111() : 4; // ERROR
b ? 3 : foo12111(); // ERROR
}
}
float halfFloat1 = 1.0h; // syntax ERROR