diff options
Diffstat (limited to 'libguile/iselect.h')
-rw-r--r-- | libguile/iselect.h | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/libguile/iselect.h b/libguile/iselect.h index 4a7971864..bbacf3036 100644 --- a/libguile/iselect.h +++ b/libguile/iselect.h @@ -1,20 +1,20 @@ /* classes: h_files */ -#ifndef ISELECTH -#define ISELECTH +#ifndef SCM_ISELECT_H +#define SCM_ISELECT_H -/* Copyright (C) 1997, 1998, 2000, 2001 Free Software Foundation, Inc. - * +/* Copyright (C) 1997,1998,2000,2001 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,8 +42,9 @@ * * 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. - */ + * If you do not wish that, delete this exception notice. */ + + #include "libguile/__scm.h" @@ -103,7 +104,7 @@ extern void scm_init_iselect (void); #endif /* GUILE_ISELECT */ -#endif +#endif /* SCM_ISELECT_H */ /* Local Variables: |