projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
9b0c962
)
fix incorrect prototypes in File::Glob
Gurusamy Sarathy [Mon, 6 Mar 2000 22:32:44 +0000 (22:32 +0000)]
p4raw-id: //depot/perl@5590
ext/File/Glob/Glob.xs
patch
|
blob
|
blame
|
history
diff --git
a/ext/File/Glob/Glob.xs
b/ext/File/Glob/Glob.xs
index
1805f68
..
e01ae7e
100644
(file)
--- a/
ext/File/Glob/Glob.xs
+++ b/
ext/File/Glob/Glob.xs
@@
-170,7
+170,7
@@
MODULE = File::Glob PACKAGE = File::Glob
void
doglob(pattern,...)
char *pattern
-PROTOTYPE:
+PROTOTYPE: $;$
PREINIT:
glob_t pglob;
int i;
@@
-206,4
+206,4
@@
double
constant(name,arg)
char *name
int arg
-PROTOTYPE:
+PROTOTYPE: $$