summaryrefslogtreecommitdiff
path: root/opcode.pl
diff options
context:
space:
mode:
authorLarry Wall <larry@netlabs.com>1993-12-10 00:00:00 +0000
committerLarry Wall <larry@netlabs.com>1993-12-10 00:00:00 +0000
commited6116ce9b9d13712ea252ee248b0400653db7f9 (patch)
tree348e8de37401fa4381f6bfe0989abef2e3b409e0 /opcode.pl
parent9bbf408117c16189b372e6657c9e5a15d01ea504 (diff)
downloadperl-ed6116ce9b9d13712ea252ee248b0400653db7f9.tar.gz
perl 5.0 alpha 5
[editor's note: the sparc executables have not been included, and emacs backup files and other cruft such as patch backup files have been removed. This was reconstructed from a tarball found on the September 1994 InfoMagic CD]
Diffstat (limited to 'opcode.pl')
-rwxr-xr-xopcode.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/opcode.pl b/opcode.pl
index 06a729b3a0..321188e026 100755
--- a/opcode.pl
+++ b/opcode.pl
@@ -171,6 +171,7 @@ gv glob value ck_null ds
padsv private variable ck_null 0
padav private array ck_null 0
padhv private hash ck_null 0
+padany private something ck_null 0
pushre push regexp ck_null 0
@@ -538,7 +539,7 @@ semop semop ck_fun imst S S S
# Eval.
-require require ck_fun d S
+require require ck_fun d S?
dofile do 'file' ck_fun d S
entereval eval string ck_eval d S
leaveeval eval exit ck_null 0 S