X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd.h;h=be047eaadbc490da41e9ef22f960e66361b8cad2;hb=55204971972392ce5a252fbbd6d78b1c48ed70e3;hp=1825f50468706803050e9edc1466ff0f13986ad8;hpb=39c3038ca76b338006c640ae6da52b407dd9e654;p=p5sagit%2Fp5-mst-13.2.git diff --git a/cmd.h b/cmd.h index 1825f50..be047ea 100644 --- a/cmd.h +++ b/cmd.h @@ -1,26 +1,17 @@ -/* $Header: cmd.h,v 3.0.1.4 90/10/15 15:34:50 lwall Locked $ +/* $RCSfile: cmd.h,v $$Revision: 4.0.1.1 $$Date: 91/06/07 10:28:50 $ * - * Copyright (c) 1989, Larry Wall + * Copyright (c) 1991, Larry Wall * - * You may distribute under the terms of the GNU General Public License - * as specified in the README file that comes with the perl 3.0 kit. + * You may distribute under the terms of either the GNU General Public + * License or the Artistic License, as specified in the README file. * * $Log: cmd.h,v $ - * Revision 3.0.1.4 90/10/15 15:34:50 lwall - * patch29: scripts now run at almost full speed under the debugger - * patch29: added caller + * Revision 4.0.1.1 91/06/07 10:28:50 lwall + * patch4: new copyright notice + * patch4: length($`), length($&), length($') now optimized to avoid string copy * - * Revision 3.0.1.3 90/08/09 02:29:58 lwall - * patch19: did preliminary work toward debugging packages and evals - * - * Revision 3.0.1.2 90/02/28 16:39:36 lwall - * patch9: volatilized some more variables for super-optimizing compilers - * - * Revision 3.0.1.1 89/10/26 23:05:43 lwall - * patch1: unless was broken when run under the debugger - * - * Revision 3.0 89/10/18 15:09:15 lwall - * 3.0 baseline + * Revision 4.0 91/03/20 01:04:34 lwall + * 4.0 baseline. * */ @@ -174,5 +165,5 @@ struct compcmd { }; void opt_arg(); -void evalstatic(); +ARG* evalstatic(); int cmd_exec();