summaryrefslogtreecommitdiff
path: root/opcode.h
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-05-03 12:15:45 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-05-03 12:15:45 +0000
commit491873e5975978ffc50c5af79581657c3f0e3068 (patch)
treed2c27afeaac941d5f317d8dfb19b25914919415b /opcode.h
parent87f4a7b253858acc72094bac97b22c3f9126c030 (diff)
downloadperl-491873e5975978ffc50c5af79581657c3f0e3068.tar.gz
mkdir without arguments now defaults to $_
p4raw-id: //depot/perl@24378
Diffstat (limited to 'opcode.h')
-rw-r--r--opcode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcode.h b/opcode.h
index 8e52cf6f6c..8161c70443 100644
--- a/opcode.h
+++ b/opcode.h
@@ -1767,7 +1767,7 @@ EXT const U32 PL_opargs[] = {
0x0002291c, /* link */
0x0002291c, /* symlink */
0x0001368c, /* readlink */
- 0x0012291c, /* mkdir */
+ 0x0013299c, /* mkdir */
0x0001379c, /* rmdir */
0x0002c814, /* open_dir */
0x0000d600, /* readdir */