summaryrefslogtreecommitdiff
path: root/libguile/debug.h
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2013-05-05 17:52:59 +0200
committerAndy Wingo <wingo@pobox.com>2013-06-09 19:50:33 +0200
commite2cbf527c48fba803ef0bada712c5514f45ec4e4 (patch)
tree4b11958f5062f1fbe46b977e1a1ef4ee27ea32cd /libguile/debug.h
parentcb86cbd71db17273f6dfdfdecae450515cbdfc12 (diff)
downloadguile-e2cbf527c48fba803ef0bada712c5514f45ec4e4.tar.gz
move procedure-name and procedure-source to procprop.c
* libguile/procprop.h: * libguile/procprop.c (scm_procedure_name, scm_procedure_source): Move these functions here, from debug.[ch].
Diffstat (limited to 'libguile/debug.h')
-rw-r--r--libguile/debug.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/libguile/debug.h b/libguile/debug.h
index 362d9b7e2..e535a6a79 100644
--- a/libguile/debug.h
+++ b/libguile/debug.h
@@ -3,7 +3,7 @@
#ifndef SCM_DEBUG_H
#define SCM_DEBUG_H
-/* Copyright (C) 1995,1996,1998,1999,2000,2001,2002,2004,2008,2009,2010,2011,2012
+/* Copyright (C) 1995,1996,1998,1999,2000,2001,2002,2004,2008,2009,2010,2011,2012,2013
* Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or
@@ -44,8 +44,6 @@ typedef union scm_t_debug_info
SCM_API SCM scm_local_eval (SCM exp, SCM env);
SCM_API SCM scm_reverse_lookup (SCM env, SCM data);
-SCM_API SCM scm_procedure_source (SCM proc);
-SCM_API SCM scm_procedure_name (SCM proc);
SCM_API SCM scm_debug_options (SCM setting);
SCM_INTERNAL void scm_init_debug (void);