diff options
author | Dirk Herrmann <dirk@dirk-herrmanns-seiten.de> | 2001-05-14 16:38:08 +0000 |
---|---|---|
committer | Dirk Herrmann <dirk@dirk-herrmanns-seiten.de> | 2001-05-14 16:38:08 +0000 |
commit | 5cd06d5eaac5a96af1e8d65dbf06131411fe9a6c (patch) | |
tree | b192529ad0d3a9b151373a200760d72a38800bbd /libguile/deprecation.h | |
parent | 928f20fb8730fa4e0c61c8aa44761717c349dcc7 (diff) |
* Deprecated some definitions.
* Minor fixes.
Diffstat (limited to 'libguile/deprecation.h')
-rw-r--r-- | libguile/deprecation.h | 8 |
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: |