summaryrefslogtreecommitdiff
path: root/opcode.pl
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-05-03 15:43:34 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-05-03 15:43:34 +0000
commitbdf1bb36db75d3871fd8ac7ace0bba5fcfb86259 (patch)
treee7c774fab2f9672cac4f4e2fa7ad32e3fedb6b58 /opcode.pl
parentd0c833c6b6d161774fa9ee0c74b6748675c48591 (diff)
downloadperl-bdf1bb36db75d3871fd8ac7ace0bba5fcfb86259.tar.gz
Fix getting prototype of builtins mkdir and setpgrp.
Hardcode special exceptions for exec and system, instead of trying to be clever and failing. p4raw-id: //depot/perl@24380
Diffstat (limited to 'opcode.pl')
-rwxr-xr-xopcode.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcode.pl b/opcode.pl
index cef6e0ca60..bda960d4ac 100755
--- a/opcode.pl
+++ b/opcode.pl
@@ -41,7 +41,7 @@ print <<"END";
* opcode.h
*
* Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999,
- * 2000, 2001, 2002, 2003, 2004, by Larry Wall and others
+ * 2000, 2001, 2002, 2003, 2004, 2005 by Larry Wall and others
*
* You may distribute under the terms of either the GNU General Public
* License or the Artistic License, as specified in the README file.