]> git.ipfire.org Git - thirdparty/git.git/commit - userdiff.c
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)
commitabf8f9860248d8c213600974742f18dadaa8fbb5
tree8a1138dc96032616f84dc6152355132f4f201829
parent407e07f2a6f55e605fda9e90cb622887269f68b5
userdiff: support unsigned and long long suffixes of integer constants

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>
userdiff.c