*** empty log message ***
[bpt/guile.git] / libguile / inline.c
CommitLineData
16ea9620
MV
1/* Copyright (C) 2001 Free Software Foundation, Inc.
2 *
73be1d9e
MV
3 * This library is free software; you can redistribute it and/or
4 * modify it under the terms of the GNU Lesser General Public
5 * License as published by the Free Software Foundation; either
6 * version 2.1 of the License, or (at your option) any later version.
16ea9620 7 *
73be1d9e 8 * This library is distributed in the hope that it will be useful,
16ea9620 9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
73be1d9e
MV
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11 * Lesser General Public License for more details.
16ea9620 12 *
73be1d9e
MV
13 * You should have received a copy of the GNU Lesser General Public
14 * License along with this library; if not, write to the Free Software
15 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
16 */
16ea9620 17
b11761f2 18#define SCM_INLINE_C_INCLUDING_INLINE_H 1
16ea9620 19#include "libguile/inline.h"