Skip to content

Commit

Permalink
Re-add XXX removed in 43575 ; this is a todo in a branch; it'll get a…
Browse files Browse the repository at this point in the history
… ticket

or a TODO on the wiki or something if it's not done before mergeback.



git-svn-id: https://svn.parrot.org/parrot/branches/one_make@43578 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
coke committed Jan 24, 2010
1 parent 606b514 commit 97b4eb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/dev/checkdepend.pl
Expand Up @@ -104,7 +104,7 @@ =head1 BUGS
# (Avoid clobbering the strings used in .include 'foo.pir', etc.)
$guts =~ s{=\s*'[^']*'\s*$}{}gm;
$guts =~ s{=\s*"(?:[^"\\]|\\.)*"\s*$}{}gm;
# also, heredocs (wheeeee!)
# XXX also, heredocs (wheeeee!)

my @includes;
while ($guts =~ m/(?:\.include|\bload_bytecode)\s+(["'])(.*)\1/g) {
Expand Down

0 comments on commit 97b4eb0

Please sign in to comment.