This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Perl 5.003 bug when embedding in C++ program
authorJonathan Biggar <jon@sems.com>
Mon, 16 Sep 1996 23:37:48 +0000 (16:37 -0700)
committerAndy Dougherty <doughera@lafcol.lafayette.edu>
Mon, 16 Sep 1996 23:37:48 +0000 (16:37 -0700)
commitc6ecf61fd8db79f1fc1b90463b6c61a4267ab923
tree3a65fe37537db241987c84a5b58ed4bcefe7dc2d
parent69969c6f8dad38fedd2ed2c653a7948030e5ecf8
Perl 5.003 bug when embedding in C++ program

The following patch is necessary in order to embed the Perl5.003 interpreter
into a C++ program without getting prototype mismatch errors from the
C++ compiler.
opcode.h
opcode.pl