summaryrefslogtreecommitdiff
path: root/ACE/bin/fuzz.pl
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2015-01-07 20:17:57 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2015-01-07 20:17:57 +0100
commitf4c0085dc32928cad6163dafcf3c5f95677a0130 (patch)
tree679c74228fb705524c2c0c507b3350dbffb985ce /ACE/bin/fuzz.pl
parent27f4a3165d1f86fd109781dd6f769b77dae94324 (diff)
downloadATCD-f4c0085dc32928cad6163dafcf3c5f95677a0130.tar.gz
Removed id tag
Diffstat (limited to 'ACE/bin/fuzz.pl')
-rwxr-xr-xACE/bin/fuzz.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/bin/fuzz.pl b/ACE/bin/fuzz.pl
index 62c2e6f1d88..ce1a5e3617f 100755
--- a/ACE/bin/fuzz.pl
+++ b/ACE/bin/fuzz.pl
@@ -121,7 +121,7 @@ sub store_file ($)
if ($name =~ /\.(c|cc|cpp|cxx|tpp)$/i) {
push @files_cpp, ($name);
}
- elsif ($name =~ /\.(inl|i)$/i) {
+ elsif ($name =~ /\.(inl|i|ipp)$/i) {
push @files_inl, ($name);
}
elsif ($name =~ /\.(h|hh|hpp|hxx)$/i) {