diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-05-03 15:43:34 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-05-03 15:43:34 +0000 |
commit | bdf1bb36db75d3871fd8ac7ace0bba5fcfb86259 (patch) | |
tree | e7c774fab2f9672cac4f4e2fa7ad32e3fedb6b58 /opcode.pl | |
parent | d0c833c6b6d161774fa9ee0c74b6748675c48591 (diff) | |
download | perl-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-x | opcode.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |