userdiff: support unsigned and long long suffixes of integer constants
authorJohannes Sixt <j6t@kdbg.org>
Fri, 21 Mar 2014 21:07:14 +0000 (22:07 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 21 Mar 2014 21:48:07 +0000 (14:48 -0700)
Do not split constants such as 123U, 456ll, 789UL at the first U or
second L.

Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found