diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-06-15 08:51:54 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-06-15 08:51:54 +0000 |
commit | 6224f72bf639f0ca7f774fe2738f2408b3e430ac (patch) | |
tree | d09466217844d04a8289a2d2d15377ce38987426 /perl.h | |
parent | 1163b5c41f1e1e2856ca82fef1598bfbb6c54d72 (diff) | |
download | perl-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.h | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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 }; |