Author: jhoblitt
Date: Tue Oct  4 21:28:54 2005
New Revision: 9347

Modified:
   trunk/build_tools/pmc2c.pl
Log:
Bug #36493: always [re]dump PMCs as changes in parent classes aren't detected - 
build_tools/pmc2c.pl


Modified: trunk/build_tools/pmc2c.pl
==============================================================================
--- trunk/build_tools/pmc2c.pl  (original)
+++ trunk/build_tools/pmc2c.pl  Tue Oct  4 21:28:54 2005
@@ -649,8 +649,9 @@ sub dump_pmc {
         $file =~ s/\.\w+$/\.dump/;
 
         # XXX write default.dump only once
-        my $existing = find_file($include, $file);
-        next if $existing && -e $existing && dump_is_newer($existing);
+        # Comented per bug #36493
+        # my $existing = find_file($include, $file);
+        # next if $existing && -e $existing && dump_is_newer($existing);
 
         my $class = $all{$name};
         gen_parent_list($include, $name, \%all);

Reply via email to