summaryrefslogtreecommitdiff
path: root/op.c
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2013-11-12 15:39:04 +0000
committerDavid Mitchell <davem@iabyn.com>2013-11-13 10:38:40 +0000
commitc835650ead1b96c706212d7e6d95da86cc9e8fcb (patch)
tree12342d2b372ce61459c4b68009aa276c49d5988f /op.c
parent406e3fef7f4bebd2003087bce74d22303981ac48 (diff)
downloadperl-c835650ead1b96c706212d7e6d95da86cc9e8fcb.tar.gz
fix definition of GvFILEGV()
It was: #define GvFILE(gv) (GvFILE_HEK(gv) ? HEK_KEY(GvFILE_HEK(gv)) : NULL) #define GvFILEGV(gv) (gv_fetchfile(GvFILE(gv))) which is a problem, since gv_fetchfile() doesn't accept a non-null argument. Change it so that the (cond ? foo : NULL) thing is outside gv_fetchfile(). This is all a bit academic since GvFILE_HEK should never be null, but it at least it shuts up a compiler warning.
Diffstat (limited to 'op.c')
0 files changed, 0 insertions, 0 deletions