X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/cf2782cdafcea0f3c4f95a9125e1a5a110b9dfbc..dcf8909ac1f19ef2c4b6354bfe982913360e9041:/nostdio.h?ds=sidebyside diff --git a/nostdio.h b/nostdio.h index 8aaa950..f6a13b4 100644 --- a/nostdio.h +++ b/nostdio.h @@ -1,6 +1,6 @@ /* nostdio.h * - * Copyright (C) 1996, 2000, 2001, by Larry Wall and others + * Copyright (C) 1996, 2000, 2001, 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. @@ -124,3 +124,13 @@ struct _FILE; #ifndef OS2 #define pclose(f) _CANNOT _pclose_ #endif + +/* + * Local variables: + * c-indentation-style: bsd + * c-basic-offset: 4 + * indent-tabs-mode: t + * End: + * + * ex: set ts=8 sts=4 sw=4 noet: + */