summaryrefslogtreecommitdiff
path: root/libguile/debug-malloc.h
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2008-09-04 20:26:32 +0200
committerLudovic Courtès <ludo@gnu.org>2008-09-04 20:26:55 +0200
commitcfabe1e2e46c7f133d27bd29d5712ff36cde6818 (patch)
tree78dd1defedca2098297a55be5a11a446d103f7d2 /libguile/debug-malloc.h
parentca71113651f5879a8ffe429ade1fcc51b5fb017f (diff)
downloadguile-cfabe1e2e46c7f133d27bd29d5712ff36cde6818.tar.gz
Revert "Add `SCM_INTERNAL' macro, use it."
This reverts commit f0c64044d311ac31f491f959daf1b3a2163ee883.
Diffstat (limited to 'libguile/debug-malloc.h')
-rw-r--r--libguile/debug-malloc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libguile/debug-malloc.h b/libguile/debug-malloc.h
index 1aa5221c6..444f06d71 100644
--- a/libguile/debug-malloc.h
+++ b/libguile/debug-malloc.h
@@ -3,7 +3,7 @@
#ifndef SCM_DEBUG_MALLOC_H
#define SCM_DEBUG_MALLOC_H
-/* Copyright (C) 2000,2001, 2006, 2008 Free Software Foundation, Inc.
+/* Copyright (C) 2000,2001, 2006 Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -32,8 +32,8 @@ SCM_API void scm_malloc_reregister (void *obj, void *new, const char *what);
SCM_API SCM scm_malloc_stats (void);
-SCM_INTERNAL void scm_debug_malloc_prehistory (void);
-SCM_INTERNAL void scm_init_debug_malloc (void);
+SCM_API void scm_debug_malloc_prehistory (void);
+SCM_API void scm_init_debug_malloc (void);
#endif /* SCM_DEBUG_MALLOC_H */