summaryrefslogtreecommitdiff
path: root/byterun.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-10-30 02:51:39 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-10-30 02:51:39 +0000
commit22c35a8c2392967a5ba6b5370695be464bd7012c (patch)
tree8ecdc4d8fa4a4e49d2b6df0d82103a508cd03053 /byterun.h
parent854e6445c2d6190b7a3d3208d8ff1250a817e551 (diff)
downloadperl-22c35a8c2392967a5ba6b5370695be464bd7012c.tar.gz
phase 1 of somewhat major rearrangement of PERL_OBJECT stuff
(objpp.h is gone, embed.pl now does some of that); objXSUB.h should soon be automated also; the global variables that escaped the PL_foo conversion are now reined in; renamed MAGIC in regcomp.h to REG_MAGIC to avoid collision with the type of same name; duplicated lists of pp_things in various places is now gone; result has only been tested on win32 p4raw-id: //depot/perl@2133
Diffstat (limited to 'byterun.h')
-rw-r--r--byterun.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/byterun.h b/byterun.h
index bd54c76e76..6e559ef4ff 100644
--- a/byterun.h
+++ b/byterun.h
@@ -17,7 +17,9 @@ struct bytestream {
};
#endif /* INDIRECT_BGET_MACROS */
+#ifndef PERL_OBJECT
void *bset_obj_store _((void *, I32));
+#endif
enum {
INSN_RET, /* 0 */