From: Johannes Sixt Date: Fri, 21 Mar 2014 21:07:14 +0000 (+0100) Subject: userdiff: support unsigned and long long suffixes of integer constants X-Git-Tag: v2.0.0-rc0~45^2~8 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/abf8f9860248d8c213600974742f18dadaa8fbb5?ds=inline;hp=abf8f9860248d8c213600974742f18dadaa8fbb5 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 Signed-off-by: Junio C Hamano ---