Glob.xs: Clarify comment
authorFather Chrysostomos <sprout@cpan.org>
Sat, 29 Oct 2011 07:52:46 +0000 (00:52 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 29 Oct 2011 07:52:46 +0000 (00:52 -0700)
ext/File-Glob/Glob.xs

index 6622da5..c72275c 100644 (file)
@@ -112,7 +112,8 @@ iterate(pTHX_ bool(*globber)(pTHX_ AV *entries, SV *patsv))
     PUTBACK;
 }
 
-/* returns true if the items are on the stack already */
+/* returns true if the items are on the stack already, but only in
+   list context */
 static bool
 csh_glob(pTHX_ AV *entries, SV *patsv)
 {