This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
ODBM_File.xs: silence -Wc++-compat warning
[perl5.git] / perlapi.h
CommitLineData
8c3a0f6c 1/*
37442d52 2 *
eb1102fc
NIS
3 * perlapi.h
4 *
78102347
NC
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
eb1102fc
NIS
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 *
eb1102fc 11 */
51371543 12
8c3a0f6c
DIM
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 compatiblity with XS code that
17 * might include it.
18 */
6f4183fe
GS
19#ifndef __perlapi_h__
20#define __perlapi_h__
51371543 21
6f4183fe 22#endif /* __perlapi_h__ */