diff options
author | Marcus Holland-Moritz <mhx-perl@gmx.net> | 2008-01-01 17:18:13 +0000 |
---|---|---|
committer | Marcus Holland-Moritz <mhx-perl@gmx.net> | 2008-01-01 17:18:13 +0000 |
commit | e9a8c0991ec6634f51266c0ad53e02c328bc0761 (patch) | |
tree | ac92fb22682cfdce447ce3a104f1bdf513527e08 /nostdio.h | |
parent | 20bff64c49dd2f5a078490a2b3c858a4380fd121 (diff) | |
download | perl-e9a8c0991ec6634f51266c0ad53e02c328bc0761.tar.gz |
Add editor blocks to some header files.
p4raw-id: //depot/perl@32793
Diffstat (limited to 'nostdio.h')
-rw-r--r-- | nostdio.h | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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: + */ |