From: Jan Kratochvil Date: Thu, 30 Jun 2011 14:18:03 +0000 (+0200) Subject: Fix for C++. X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=commitdiff_plain;h=ff7bc80f098fc3fe911c7ffcf133052ab2de9ac0 Fix for C++. --- diff --git a/bin/checkstatic b/bin/checkstatic index 8dc611a..d26259a 100755 --- a/bin/checkstatic +++ b/bin/checkstatic @@ -74,7 +74,7 @@ if ($opt_headers) { chomp; die "Line $. of ctags output not recognized: $_" # $1 $2 $3 - if !/^([^\t]*)\t([^\t]*)\t.*\t(\w)$/; + if !/^([^\t]*)\t([^\t]*)\t.*\t(\S+)$/; storesym( "name"=>$1, "fn_c"=>$2,