This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
new perldelta
[perl5.git] / perlapi.h
... / ...
CommitLineData
1/*
2 *
3 * perlapi.h
4 *
5 * Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
6 * 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 by Larry Wall and others
7 *
8 * You may distribute under the terms of either the GNU General Public
9 * License or the Artistic License, as specified in the README file.
10 *
11 */
12
13/*
14 * This file used to declare accessor functions for Perl variables
15 * when PERL_GLOBAL_STRUCT was enabled, but that no longer exists.
16 * This file is kept for backwards compatibility with XS code that
17 * might include it.
18 */
19#ifndef __perlapi_h__
20#define __perlapi_h__
21
22#endif /* __perlapi_h__ */