From 6239b3b8d4e97b28e0b521a79bc005babd00c75e Mon Sep 17 00:00:00 2001 From: Dan Carpenter Date: Mon, 26 Nov 2012 11:29:06 +0300 Subject: [PATCH] generisize.pl: remove u16max and friends Strip s32min and the other min/max strings which were added with the sval code. These are just another kind of number. Signed-off-by: Dan Carpenter --- smatch_scripts/generisize.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/smatch_scripts/generisize.pl b/smatch_scripts/generisize.pl index 73dd7c28..28804db3 100755 --- a/smatch_scripts/generisize.pl +++ b/smatch_scripts/generisize.pl @@ -33,6 +33,7 @@ sub add_msg($) while (<>) { s/^.*?:\d+(|:\d+:) .*? //; + s/[us](16|32|64)(min|max)//g; s/[01234567890]//g; if ($_ =~ /can't/) { s/(.*can't.*').*?('.*)/$1 $2/; -- 2.11.4.GIT