Fix for C++.
authorJan Kratochvil <jan.kratochvil@redhat.com>
Thu, 30 Jun 2011 14:18:03 +0000 (16:18 +0200)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Thu, 30 Jun 2011 14:18:03 +0000 (16:18 +0200)
bin/checkstatic

index 8dc611a..d26259a 100755 (executable)
@@ -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,