summaryrefslogtreecommitdiff
path: root/cc_runtime.h
diff options
context:
space:
mode:
authorVishal Bhatia <vishal@deja.com>1999-06-12 01:23:59 -0700
committerGurusamy Sarathy <gsar@cpan.org>1999-07-06 20:22:59 +0000
commit0ca044874fec3bf87bea6955f6263e103e6744a8 (patch)
tree1db9c954f451f36216ab6bfe117c51065436518c /cc_runtime.h
parent603a98b057dc0594e88193eb408d3eea3f3e4908 (diff)
downloadperl-0ca044874fec3bf87bea6955f6263e103e6744a8.tar.gz
applied patch after demunging headers with appropriate paths
Message-ID: <JIHEJPFDFKIBDAAA@my-deja.com> Subject: [Patch 5.005_57] unsigned arithmetic (Compiler) p4raw-id: //depot/perl@3622
Diffstat (limited to 'cc_runtime.h')
-rw-r--r--cc_runtime.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc_runtime.h b/cc_runtime.h
index bb0e07a58c..110b106d7d 100644
--- a/cc_runtime.h
+++ b/cc_runtime.h
@@ -52,7 +52,7 @@
case 2: JMPENV_POP; JMPENV_JUMP(2); \
case 3: \
JMPENV_POP; \
- if (PL_restartop != nxt) \
+ if (PL_restartop && PL_restartop != nxt) \
JMPENV_JUMP(3); \
} \
PL_op = nxt; \