From ccfc67b7b0a9fa9e1a1cbb2090b71ea33fc44ae7 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Thu, 3 Jan 2002 15:57:42 +0000 Subject: Missed the =head1 additions. p4raw-id: //depot/perl@14041 --- cop.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'cop.h') diff --git a/cop.h b/cop.h index 9f17b2c763..0040cbeac9 100644 --- a/cop.h +++ b/cop.h @@ -388,7 +388,9 @@ struct context { #define CXINC (cxstack_ix < cxstack_max ? ++cxstack_ix : (cxstack_ix = cxinc())) -/* "gimme" values */ +/* +=head1 "Gimme" Values +*/ /* =for apidoc AmU||G_SCALAR -- cgit v1.2.1