From ff7bc80f098fc3fe911c7ffcf133052ab2de9ac0 Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Thu, 30 Jun 2011 16:18:03 +0200 Subject: [PATCH] Fix for C++. --- bin/checkstatic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 1.8.3.1