X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=perlsfio.h;h=2471753ad199ca2f19fed036e70326889ab39255;hb=0598b5ab3697b872539de6ed6dc1522b873602e1;hp=153b7559ef47003bc20b83b1b402c5a505d1d460;hpb=699a97de988b5b9b54375d79201e72f1c259685c;p=p5sagit%2Fp5-mst-13.2.git diff --git a/perlsfio.h b/perlsfio.h index 153b755..2471753 100644 --- a/perlsfio.h +++ b/perlsfio.h @@ -1,7 +1,7 @@ /* perlsfio.h * - * Copyright (C) 1996, 1999, 2000, 2001, 2002, 2003, 2005 by Larry Wall - * and others + * Copyright (C) 1996, 1999, 2000, 2001, 2002, 2003, 2005, 2007, + * 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. @@ -73,4 +73,12 @@ extern int _stdprintf _ARG_((const char*, ...)); #define PerlIO_get_base(f) ((f)->data) #define PerlIO_get_bufsiz(f) ((f)->endr - (f)->data) - +/* + * Local variables: + * c-indentation-style: bsd + * c-basic-offset: 4 + * indent-tabs-mode: t + * End: + * + * ex: set ts=8 sts=4 sw=4 noet: + */