Skip to content

Commit

Permalink
"Remove spurious /* dTHR; */"
Browse files Browse the repository at this point in the history
         <gsar@engin.umich.edu>, Nick Ing-Simmons <nik@tiuk.ti.com>
Msg-ID: <Pine.SUN.3.96.980730101045.17514A-100000@newton.phys>
 Files:  mg.c sv.c

p4raw-id: //depot/maint-5.004/perl@2276
  • Loading branch information
doughera88 authored and timbunce committed Nov 22, 1998
1 parent 1362b41 commit b14d125
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion mg.c
Expand Up @@ -483,7 +483,6 @@ MAGIC *mg;
break;
case '?':
{
/* dTHR; */ /* unneeded, and breaks SunOS 4.1.3 pre-ANSI cc */
sv_setiv(sv, (IV)STATUS_CURRENT);
#ifdef COMPLEX_STATUS
LvTARGOFF(sv) = statusvalue;
Expand Down
1 change: 0 additions & 1 deletion sv.c
Expand Up @@ -2043,7 +2043,6 @@ register SV *sstr;
if (sflags & SVf_ROK) {
if (dtype >= SVt_PV) {
if (dtype == SVt_PVGV) {
/* dTHR; */ /* unneeded, and breaks SunOS 4.1.3 pre-ANSI cc */
SV *sref = SvREFCNT_inc(SvRV(sstr));
SV *dref = 0;
int intro = GvINTRO(dstr);
Expand Down

0 comments on commit b14d125

Please sign in to comment.