Add `SCM_INTERNAL' macro, use it.
[bpt/guile.git] / libguile / ChangeLog
index 5962f7e..110b781 100644 (file)
@@ -1,3 +1,10 @@
+2008-05-31  Ludovic Courtès  <ludo@gnu.org>
+
+       * __scm.h (SCM_INTERNAL): New macro.
+       * *.h: Use it to mark as internal `scm_i_' and `scm_init_'
+       functions that are not used by public macros or inline
+       functions.
+
 2008-05-14  Julian Graham  <joolean@gmail.com>
 
        * threads.c (fat_mutex)[recursive]: New field.