X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=cop.h;h=44305da95a72313f83fd79f3598e973323a87fb4;hb=15a5279aa74a37f0ad0b3fa3f9e566cb2d7a9d9a;hp=de8003356a1fec737c1c11ef7669d4073aff50cf;hpb=ee98a1d62d9164755faacfdf3fab9cd4e3607ed6;p=p5sagit%2Fp5-mst-13.2.git diff --git a/cop.h b/cop.h index de80033..44305da 100644 --- a/cop.h +++ b/cop.h @@ -1,14 +1,15 @@ /* cop.h * - * Copyright (c) 1991-2002, Larry Wall + * Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, + * 2000, 2001, 2002, 2003, 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. * * Control ops (cops) are one of the three ops OP_NEXTSTATE, OP_DBSTATE, - * and OP_SETSTATE that (loosely speaking) separate statements. They hold - * imformation important for lexical state and error reporting. At run - * time, PL_curcop is set to point to the most recently executed cop, + * and OP_SETSTATE that (loosely speaking) are separate statements. + * They hold information important for lexical state and error reporting. + * At run time, PL_curcop is set to point to the most recently executed cop, * and thus can be used to determine our current state. */