X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=nostdio.h;h=f6a13b4998ce0cb2a16dc35bcf76aa04b746d3c0;hb=17eef65c2fb9a95edf9064575d3413b4ec8219b7;hp=09b69a9c1b27cff7677fdc0b7e88e9e0636ae90c;hpb=4c79ee7a1e7564ef83d0ac25d6677fdebb3ec7aa;p=p5sagit%2Fp5-mst-13.2.git diff --git a/nostdio.h b/nostdio.h index 09b69a9..f6a13b4 100644 --- a/nostdio.h +++ b/nostdio.h @@ -1,6 +1,6 @@ /* nostdio.h * - * Copyright (c) 1987-2003, Larry Wall + * 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. @@ -111,7 +111,7 @@ struct _FILE; #define _flsbuf(c,f) _CANNOT _flsbuf_ #define fdopen(fd,p) _CANNOT _fdopen_ #define fileno(f) _CANNOT _fileno_ -#if SFIO_VERSION < 20000101L +#if defined(SFIO_VERSION) && SFIO_VERSION < 20000101L #define flockfile(f) _CANNOT _flockfile_ #define ftrylockfile(f) _CANNOT _ftrylockfile_ #define funlockfile(f) _CANNOT _funlockfile_ @@ -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: + */