summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-10-06 10:08:43 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-10-06 10:08:43 +0000
commit182b148c4691dbde1870792e6088bbbc0e56a8a7 (patch)
treeba61777c8077db7e7634416b5ac51643f4a31ed3
parent034d320fff5dd796ab287ce29eea404b071471ae (diff)
downloadATCD-182b148c4691dbde1870792e6088bbbc0e56a8a7.tar.gz
ChangeLogTag: Thu Oct 6 10:02:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-rwxr-xr-xbin/fuzz.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/fuzz.pl b/bin/fuzz.pl
index 0ddd8e33ea5..5a36d6fb717 100755
--- a/bin/fuzz.pl
+++ b/bin/fuzz.pl
@@ -489,6 +489,7 @@ sub check_for_empty_inline_files ()
while (<FILE>) {
next if /^[:blank:]*$/; # skip empty lines
next if /^[:blank:]*\/\//; # skip C++ comments
+ next if /^[:blank:]*\/\*/; # skip C++ comments
$found_non_empty_line = 1;
last;
}