projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac0dcfa
)
Glob.xs: Remove comment
author
Father Chrysostomos
<sprout@cpan.org>
Sat, 29 Oct 2011 07:36:12 +0000
(
00:36
-0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Sat, 29 Oct 2011 07:36:12 +0000
(
00:36
-0700)
This not longer applies really, as I’ve significantly modified it.
ext/File-Glob/Glob.xs
patch
|
blob
|
history
diff --git
a/ext/File-Glob/Glob.xs
b/ext/File-Glob/Glob.xs
index
1171769
..
a4c9bd7
100644
(file)
--- a/
ext/File-Glob/Glob.xs
+++ b/
ext/File-Glob/Glob.xs
@@
-61,7
+61,6
@@
doglob(pTHX_ const char *pattern, int flags)
}
}
-/* borrowed heavily from gsar's File::DosGlob, but translated into C */
static void
iterate(pTHX_ bool(*globber)(pTHX_ SV *entries, SV *patsv))
{