[svn:parrot] r44914 - branches/ops_pct/lib/Parrot
mikehh at svn.parrot.org
mikehh at svn.parrot.org
Sat Mar 13 23:04:25 UTC 2010
Author: mikehh
Date: Sat Mar 13 23:04:24 2010
New Revision: 44914
URL: https://trac.parrot.org/parrot/changeset/44914
Log:
put core_ops files in exemptions
Modified:
branches/ops_pct/lib/Parrot/Distribution.pm
Modified: branches/ops_pct/lib/Parrot/Distribution.pm
==============================================================================
--- branches/ops_pct/lib/Parrot/Distribution.pm Sat Mar 13 22:34:45 2010 (r44913)
+++ branches/ops_pct/lib/Parrot/Distribution.pm Sat Mar 13 23:04:24 2010 (r44914)
@@ -430,7 +430,9 @@
compilers/pirc/macro/macroparser.h
include/parrot/config.h
include/parrot/has_header.h
+ include/parrot/oplib/core_ops.h
src/gc/malloc.c
+ src/ops/core_ops.c
} unless @exemptions;
my $path = -f $file ? $file : $file->path;
More information about the parrot-commits
mailing list