summaryrefslogtreecommitdiff
path: root/ACE
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2010-05-28 16:16:10 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2010-05-28 16:16:10 +0000
commitaae094ba0c4c3678f572f5eb434ec8e76ead1d10 (patch)
tree7d1c436266afe8eb89cade5794b1c63ccca0309a /ACE
parent0f39f5986e065ab090c48d3a562d0b734f416052 (diff)
downloadATCD-aae094ba0c4c3678f572f5eb434ec8e76ead1d10.tar.gz
Fri May 28 16:16:13 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
* bin/fuzz.pl: Add tpp to cpp files list
Diffstat (limited to 'ACE')
-rw-r--r--ACE/ChangeLog5
-rwxr-xr-xACE/bin/fuzz.pl2
2 files changed, 6 insertions, 1 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index 7b56e4b7ced..7775149a0e5 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,3 +1,8 @@
+Fri May 28 16:16:13 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * bin/fuzz.pl:
+ Add tpp to cpp files list
+
Mon May 24 15:17:41 UTC 2010 Adam Mitz <mitza@ociweb.com>
* bin/MakeProjectCreator/modules/GNUACEWorkspaceCreator.pm:
diff --git a/ACE/bin/fuzz.pl b/ACE/bin/fuzz.pl
index 2a13242d839..40d2354331b 100755
--- a/ACE/bin/fuzz.pl
+++ b/ACE/bin/fuzz.pl
@@ -94,7 +94,7 @@ sub find_files ()
sub store_file ($)
{
my $name = shift;
- if ($name =~ /\.(c|cc|cpp|cxx)$/i) {
+ if ($name =~ /\.(c|cc|cpp|cxx|tpp)$/i) {
push @files_cpp, ($name);
}
elsif ($name =~ /\.(inl|i)$/i) {