xref: /openbsd-src/gnu/usr.bin/perl/perlapi.h (revision e068048151d29f2562a32185e21a8ba885482260)
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__ */
23