diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-08-02 20:24:41 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-08-02 20:24:41 +0000 |
commit | abdd5c84f1a598169caec84a2fd2acc62163ef45 (patch) | |
tree | 7e993f7e63462e0ddf9c8666d517e15d2b849342 /perl.h | |
parent | c2d5f1fae400f78eebab28009881b1a60e4d4ad3 (diff) | |
download | perl-abdd5c84f1a598169caec84a2fd2acc62163ef45.tar.gz |
fix broken -DDEBUGGING_OPS (from Spider Boardman
<spider@leggy.zk3.dec.com>)
p4raw-id: //depot/perl@3902
Diffstat (limited to 'perl.h')
-rw-r--r-- | perl.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1710,6 +1710,7 @@ typedef I32 (*filter_t) (pTHXo_ int, SV *, int); #include "form.h" #include "gv.h" #include "cv.h" +#include "opnames.h" #include "op.h" #include "cop.h" #include "av.h" |