summaryrefslogtreecommitdiff
path: root/libguile/goops.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/goops.h
parentca71113651f5879a8ffe429ade1fcc51b5fb017f (diff)
downloadguile-cfabe1e2e46c7f133d27bd29d5712ff36cde6818.tar.gz
Revert "Add `SCM_INTERNAL' macro, use it."
This reverts commit f0c64044d311ac31f491f959daf1b3a2163ee883.
Diffstat (limited to 'libguile/goops.h')
-rw-r--r--libguile/goops.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/libguile/goops.h b/libguile/goops.h
index 80ba98549..3fc87886f 100644
--- a/libguile/goops.h
+++ b/libguile/goops.h
@@ -3,7 +3,7 @@
#ifndef SCM_GOOPS_H
#define SCM_GOOPS_H
-/* Copyright (C) 1998,1999,2000,2001,2002,2003, 2006, 2008 Free Software Foundation, Inc.
+/* Copyright (C) 1998,1999,2000,2001,2002,2003, 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
@@ -254,8 +254,7 @@ SCM_API SCM scm_pure_generic_p (SCM obj);
#endif
SCM_API SCM scm_sys_compute_slots (SCM c);
-SCM_INTERNAL SCM scm_i_get_keyword (SCM key, SCM l, long len,
- SCM default_value, const char *subr);
+SCM_API SCM scm_i_get_keyword (SCM key, SCM l, long len, SCM default_value, const char *subr);
SCM_API SCM scm_get_keyword (SCM key, SCM l, SCM default_value);
SCM_API SCM scm_sys_initialize_object (SCM obj, SCM initargs);
SCM_API SCM scm_sys_prep_layout_x (SCM c);
@@ -298,8 +297,8 @@ SCM_API SCM scm_make (SCM args);
SCM_API SCM scm_find_method (SCM args);
SCM_API SCM scm_sys_method_more_specific_p (SCM m1, SCM m2, SCM targs);
-SCM_INTERNAL SCM scm_init_goops_builtins (void);
-SCM_INTERNAL void scm_init_goops (void);
+SCM_API SCM scm_init_goops_builtins (void);
+SCM_API void scm_init_goops (void);
#if (SCM_ENABLE_DEPRECATED == 1)