summaryrefslogtreecommitdiff
path: root/scope.h
diff options
context:
space:
mode:
authorJames Jurach <muaddib@erf.net>2003-07-02 08:31:05 -0500
committerJarkko Hietaniemi <jhi@iki.fi>2003-07-02 19:39:11 +0000
commitdea2849036f7f874ea24a97b41ef1b738aa592ca (patch)
tree4b49ab128ff51fca1ae33d55b5ab1bd7bf8f73f8 /scope.h
parentd6df3700e9fd7f8b471288012f05c37f69c233f6 (diff)
downloadperl-dea2849036f7f874ea24a97b41ef1b738aa592ca.tar.gz
line numbers are given % 64k
Message-ID: <20030702183105.GA4837@lebowski> p4raw-id: //depot/perl@19934
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 25c7bc5f49..a2e760e317 100644
--- a/scope.h
+++ b/scope.h
@@ -179,7 +179,7 @@ Closing bracket on a callback. See C<ENTER> and L<perlcall>.
# define SAVECOPFILE_FREE(c) SAVEGENERICSV(CopFILEGV(c))
#endif
-#define SAVECOPLINE(c) SAVEI16(CopLINE(c))
+#define SAVECOPLINE(c) SAVEI32(CopLINE(c))
/* SSNEW() temporarily allocates a specified number of bytes of data on the
* savestack. It returns an integer index into the savestack, because a