X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=perlapi.c;h=1cb0e587f1c2c9b96d8489afbe51cc5ea39fd39c;hb=7996736c5ecb6da6273386229ce113837049152c;hp=1ffdf0ff9fbb8534e93c6911fa4e09cae2d4c3eb;hpb=d6376244c2261025775e8b11a6a64d7c9e0d1612;p=p5sagit%2Fp5-mst-13.2.git diff --git a/perlapi.c b/perlapi.c index 1ffdf0f..1cb0e58 100644 --- a/perlapi.c +++ b/perlapi.c @@ -1,15 +1,17 @@ /* * perlapi.c * - * Copyright (c) 1997-2002, Larry Wall + * Copyright (C) 1999, 2000, 2001, 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. * - * * !!!!!!! DO NOT EDIT THIS FILE !!!!!!! - * This file is built by embed.pl from data in embed.pl, pp.sym, intrpvar.h, - * perlvars.h and thrdvar.h. Any changes made here will be lost! + * This file is built by embed.pl from data in embed.fnc, embed.pl, + * pp.sym, intrpvar.h, perlvars.h and thrdvar.h. + * Any changes made here will be lost! + * + * Edit those files and run 'make regen_headers' to effect changes. */ #include "EXTERN.h"