X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/4810286bd9ecd424ad73c2c65693d1330ac2773f..2d1c5561244ffb488f4901ad84c08f3fc6443be9:/perlsfio.h diff --git a/perlsfio.h b/perlsfio.h index 3d279d0..66ec10f 100644 --- a/perlsfio.h +++ b/perlsfio.h @@ -1,6 +1,7 @@ /* perlsfio.h * - * Copyright (C) 1996, 1999, 2000, 2001, 2002, 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. @@ -72,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: nil + * End: + * + * ex: set ts=8 sts=4 sw=4 et: + */