X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=reentr.c;h=9aa62bf3e5af50f883f672cc06c6b3c7ff288d2a;hb=d6802e4345360e741b212b52b6af4a704cfce207;hp=c6a77abfc6185fe2f82fa4e8c9f8f1ef776aa634;hpb=f6f0b69b4261c1c8a526a772d6ec556acf2786b6;p=p5sagit%2Fp5-mst-13.2.git diff --git a/reentr.c b/reentr.c index c6a77ab..9aa62bf 100644 --- a/reentr.c +++ b/reentr.c @@ -1,7 +1,8 @@ -/* +/* -*- buffer-read-only: t -*- + * * reentr.c * - * Copyright (C) 2002, 2003, by Larry Wall and others + * Copyright (C) 2002, 2003, 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. @@ -536,3 +537,4 @@ Perl_reentrant_retry(const char *f, ...) return retptr; } +/* ex: set ro: */