summaryrefslogtreecommitdiff
path: root/libguile/hooks.h
diff options
context:
space:
mode:
authorDirk Herrmann <dirk@dirk-herrmanns-seiten.de>2001-05-08 10:23:17 +0000
committerDirk Herrmann <dirk@dirk-herrmanns-seiten.de>2001-05-08 10:23:17 +0000
commit56e55ac7cfcfefc033ac6da130bafe745e9e109f (patch)
tree60635193bcbac3dcd1e25c76545b36a57d134e3b /libguile/hooks.h
parent7cfbc4f7b0b709ffe5c45b36cfa55cbff9731ecb (diff)
downloadguile-56e55ac7cfcfefc033ac6da130bafe745e9e109f.tar.gz
* Removed deprecated hook names.
* Fix use of SCM_FLOBUFLEN.
Diffstat (limited to 'libguile/hooks.h')
-rw-r--r--libguile/hooks.h18
1 files changed, 4 insertions, 14 deletions
diff --git a/libguile/hooks.h b/libguile/hooks.h
index 95623c114..216d63062 100644
--- a/libguile/hooks.h
+++ b/libguile/hooks.h
@@ -1,8 +1,8 @@
/* classes: h_files */
-#ifndef HOOKSH
-#define HOOKSH
-/* Copyright (C) 1995, 1996, 1999, 2000 Free Software Foundation, Inc.
+#ifndef SCM_HOOKS_H
+#define SCM_HOOKS_H
+/* Copyright (C) 1995,1996,1999,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
@@ -115,17 +115,7 @@ extern void scm_c_run_hook (SCM hook, SCM args);
extern SCM scm_hook_to_list (SCM hook);
extern void scm_init_hooks (void);
-
-
-#if (SCM_DEBUG_DEPRECATED == 0)
-
-/* Use scm_set_object_property_x to set the name property of a hook: */
-#define SCM_HOOK_NAME(h) scm_object_property (h, scm_makfrom0str ("name"))
-extern SCM scm_make_hook_with_name (SCM name, SCM n_args);
-
-#endif /* SCM_DEBUG_DEPRECATED == 0 */
-
-#endif /* HOOKSH */
+#endif /* SCM_HOOKS_H */
/*
Local Variables: