diff options
Diffstat (limited to 'libguile/throw.h')
-rw-r--r-- | libguile/throw.h | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/libguile/throw.h b/libguile/throw.h index 1211cd926..6b6b3d79c 100644 --- a/libguile/throw.h +++ b/libguile/throw.h @@ -1,19 +1,20 @@ /* classes: h_files */ -#ifndef THROWH -#define THROWH -/* Copyright (C) 1995,1996,1998, 2000 Free Software Foundation, Inc. - * +#ifndef SCM_THROW_H +#define SCM_THROW_H + +/* Copyright (C) 1995,1996,1998,2000 Free Software Foundation, Inc. + * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2, or (at your option) * any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this software; see the file COPYING. If not, write to * the Free Software Foundation, Inc., 59 Temple Place, Suite 330, @@ -42,6 +43,7 @@ * If you write modifications of your own for GUILE, it is your choice * whether to permit this exception to apply to your modifications. * If you do not wish that, delete this exception notice. */ + #include "libguile/__scm.h" @@ -100,7 +102,8 @@ extern SCM scm_ithrow (SCM key, SCM args, int noreturn); extern SCM scm_throw (SCM key, SCM args); extern void scm_init_throw (void); -#endif /* THROWH */ + +#endif /* SCM_THROW_H */ /* Local Variables: |