summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2004-08-12 16:12:57 +0000
committerbala <balanatarajan@users.noreply.github.com>2004-08-12 16:12:57 +0000
commitb2982cfc2f41c0bed875c5745cf7701029649af0 (patch)
tree06b9481ac93d32d82d20886ade9b8e8f150d7e10
parent8c10860609319cf9deef63e7af80d5fc92465c08 (diff)
downloadATCD-b2982cfc2f41c0bed875c5745cf7701029649af0.tar.gz
ChangeLogTag:Thu Aug 12 16:12:18 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
-rw-r--r--ChangeLog6
-rwxr-xr-xbin/fuzz.pl2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0444d6423ac..f30cc85f993 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Thu Aug 12 16:12:18 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
+
+ * bin/fuzz.pl:
+
+ Priority of synch.h inclusion is reduced.
+
Thu Aug 12 13:23:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
* bin/MakeProjectCreator/config/acedefaults.mpb:
diff --git a/bin/fuzz.pl b/bin/fuzz.pl
index eab5ad6c5e7..31969e73652 100755
--- a/bin/fuzz.pl
+++ b/bin/fuzz.pl
@@ -1290,7 +1290,7 @@ print "--------------------Configuration: Fuzz - Level ",$opt_l,
"--------------------\n";
check_for_noncvs_files () if ($opt_l >= 1);
-check_for_streams_include () if ($opt_l >= 1);
+check_for_streams_include () if ($opt_l >= 6);
check_for_dependency_file () if ($opt_l >= 1);
check_for_makefile_variable () if ($opt_l >= 1);
check_for_inline_in_cpp () if ($opt_l >= 2);