cvs commit: ponie/perl gv.h
[email protected] (Nicholas Clark) 18 Jun 2004 10:34:08 -0000
| Newsgroups | perl.ponie.changes |
|---|---|
| Message-ID | <[email protected]> |
cvsuser 04/06/18 03:34:08
Modified: perl gv.h
Log:
struct io is really an IO, and going to change soon.
Revision Changes Path
1.3 +1 -1 ponie/perl/gv.h
Index: gv.h
===================================================================
RCS file: /cvs/public/ponie/perl/gv.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -w -r1.2 -r1.3
--- gv.h 7 Apr 2004 10:37:27 -0000 1.2
+++ gv.h 18 Jun 2004 10:34:08 -0000 1.3
@@ -11,7 +11,7 @@
struct gp {
SV * gp_sv; /* scalar value */
U32 gp_refcnt; /* how many globs point to this? */
- struct io * gp_io; /* filehandle value */
+ IO * gp_io; /* filehandle value */
CV * gp_form; /* format value */
AV * gp_av; /* array value */
HV * gp_hv; /* hash value */