summaryrefslogtreecommitdiff
path: root/libguile/extensions.h
diff options
context:
space:
mode:
authorDirk Herrmann <dirk@dirk-herrmanns-seiten.de>2001-08-31 10:42:19 +0000
committerDirk Herrmann <dirk@dirk-herrmanns-seiten.de>2001-08-31 10:42:19 +0000
commit0527e6876338ba394366273351105d6622368da2 (patch)
treef6d116981eff65a8aea37cdcb350ff36aefca898 /libguile/extensions.h
parent431e2ac105b350e920efa9cdfa39e3c07004064b (diff)
* Renamed header macros to the SCM_<filename>_H format.
Diffstat (limited to 'libguile/extensions.h')
-rw-r--r--libguile/extensions.h19
1 files changed, 11 insertions, 8 deletions
diff --git a/libguile/extensions.h b/libguile/extensions.h
index f42b85535..184ab0e23 100644
--- a/libguile/extensions.h
+++ b/libguile/extensions.h
@@ -1,15 +1,20 @@
-/* Copyright (C) 2001 Free Software Foundation, Inc.
- *
+/* classes: h_files */
+
+#ifndef SCM_EXTENSIONS_H
+#define SCM_EXTENSIONS_H
+
+/* Copyright (C) 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,
@@ -38,10 +43,8 @@
* 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. */
-
-#ifndef LIBGUILE_EXTENSIONS_H
-#define LIBGUILE_EXTENSIONS_H
+
#include "libguile/__scm.h"
@@ -55,7 +58,7 @@ extern SCM scm_load_extension (SCM lib, SCM init);
void scm_init_extensions (void);
-#endif /* LIBGUILE_EXTENSIONS_H */
+#endif /* SCM_EXTENSIONS_H */
/*
Local Variables: