Add `SCM_INTERNAL' macro, use it.
[bpt/guile.git] / libguile / mallocs.h
index cae4d1f..f711ddb 100644 (file)
@@ -3,7 +3,7 @@
 #ifndef SCM_MALLOCS_H
 #define SCM_MALLOCS_H
 
-/* Copyright (C) 1995,2000, 2006 Free Software Foundation, Inc.
+/* Copyright (C) 1995,2000, 2006, 2008 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
@@ -34,7 +34,7 @@ SCM_API scm_t_bits scm_tc16_malloc;
 \f
 
 SCM_API SCM scm_malloc_obj (size_t n);
-SCM_API void scm_init_mallocs (void);
+SCM_INTERNAL void scm_init_mallocs (void);
 
 #endif  /* SCM_MALLOCS_H */