summaryrefslogtreecommitdiff
path: root/libguile/deprecation.h
diff options
context:
space:
mode:
authorDirk Herrmann <dirk@dirk-herrmanns-seiten.de>2001-05-14 16:38:08 +0000
committerDirk Herrmann <dirk@dirk-herrmanns-seiten.de>2001-05-14 16:38:08 +0000
commit5cd06d5eaac5a96af1e8d65dbf06131411fe9a6c (patch)
treeb192529ad0d3a9b151373a200760d72a38800bbd /libguile/deprecation.h
parent928f20fb8730fa4e0c61c8aa44761717c349dcc7 (diff)
* Deprecated some definitions.
* Minor fixes.
Diffstat (limited to 'libguile/deprecation.h')
-rw-r--r--libguile/deprecation.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/libguile/deprecation.h b/libguile/deprecation.h
index 663014387..aa75824f2 100644
--- a/libguile/deprecation.h
+++ b/libguile/deprecation.h
@@ -1,8 +1,8 @@
/* classes: h_files */
-#ifndef DEPRECATION_H
-#define DEPRECATION_H
-/* Copyright (C) 2001 Free Software Foundation, Inc.
+#ifndef SCM_DEPRECATION_H
+#define SCM_DEPRECATION_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
@@ -58,7 +58,7 @@ SCM scm_include_deprecated_features (void);
void scm_init_deprecation (void);
-#endif /* DEPRECATION_H */
+#endif /* SCM_DEPRECATION_H */
/*
Local Variables: