This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta: update module versions
[perl5.git] / perlsdio.h
CommitLineData
eb1102fc
NIS
1/* perlsdio.h
2 *
663f364b 3 * Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001,
1129b882 4 * 2002, 2003, 2006, 2007, 2008 by Larry Wall and others
eb1102fc
NIS
5 *
6 * You may distribute under the terms of either the GNU General Public
7 * License or the Artistic License, as specified in the README file.
8 *
9 */
10
786296d4 11/* Shouldn't be possible to get here, but if we did ... */
760ac839 12
786296d4 13#ifdef PERLIO_IS_STDIO
760ac839 14
786296d4 15# error "stdio is no longer supported as the default base layer -- use perlio."
760ac839 16
760ac839 17#endif /* PERLIO_IS_STDIO */
e9a8c099
MHM
18
19/*
14d04a33 20 * ex: set ts=8 sts=4 sw=4 et:
e9a8c099 21 */