summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-06-15 08:51:54 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-06-15 08:51:54 +0000
commit6224f72bf639f0ca7f774fe2738f2408b3e430ac (patch)
treed09466217844d04a8289a2d2d15377ce38987426 /perl.h
parent1163b5c41f1e1e2856ca82fef1598bfbb6c54d72 (diff)
downloadperl-6224f72bf639f0ca7f774fe2738f2408b3e430ac.tar.gz
back out previous change (it breaks PERL_OBJECT)
p4raw-id: //depot/perl@1136
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/perl.h b/perl.h
index b8a5cb72bd..60f7dd5605 100644
--- a/perl.h
+++ b/perl.h
@@ -104,7 +104,6 @@ class CPerlObj;
#define STATIC
#define CPERLscope(x) CPerlObj::x
#define CPERLproto CPerlObj *
-#define CPERLproto_ CPERLproto,
#define _CPERLproto ,CPERLproto
#define CPERLarg CPerlObj *pPerl
#define CPERLarg_ CPERLarg,
@@ -119,7 +118,6 @@ class CPerlObj;
#define STATIC static
#define CPERLscope(x) x
#define CPERLproto
-#define CPERLproto_
#define _CPERLproto
#define CPERLarg void
#define CPERLarg_
@@ -1640,10 +1638,6 @@ EXTCONST char no_func[]
INIT("The %s function is unimplemented");
EXTCONST char no_myglob[]
INIT("\"my\" variable %s can't be in a package");
-EXTCONST char no_restartop[]
- INIT("panic: restartop\n");
-EXTCONST char no_top_env[]
- INIT("panic: top_env\n");
#ifdef DOINIT
EXT char *sig_name[] = { SIG_NAME };