summaryrefslogtreecommitdiff
path: root/scope.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-03-02 04:17:40 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-03-02 04:17:40 +0000
commit5d8636987ec663d960795d51f7ef3acb3a78239d (patch)
tree6931e2c4bdecf6e968efcde5ff9909a2ec22a1c6 /scope.h
parent237437d07d681a15aa201e3d0d2212821b816c3c (diff)
downloadperl-5d8636987ec663d960795d51f7ef3acb3a78239d.tar.gz
[win32] fix misapplied hunks in change#614
p4raw-link: @614 on //depot/win32/perl: 161b7d1635bc830b9c733355ab423626eadf9ae9 p4raw-id: //depot/win32/perl@616
Diffstat (limited to 'scope.h')
-rw-r--r--scope.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scope.h b/scope.h
index 580a7305b0..0b9a483515 100644
--- a/scope.h
+++ b/scope.h
@@ -24,7 +24,7 @@
#define SAVEt_I16 23
#define SAVEt_AELEM 24
#define SAVEt_HELEM 25
-#define SAVEt_OP 24
+#define SAVEt_OP 26
#define SSCHECK(need) if (savestack_ix + need > savestack_max) savestack_grow()
#define SSPUSHINT(i) (savestack[savestack_ix++].any_i32 = (I32)(i))