1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-18 01:30:27 +02:00

Rename __scm.h to scm.h

* libguile/scm.h: Rename.  Update all includers.
This commit is contained in:
Andy Wingo 2018-06-20 16:33:05 +02:00
parent d9eafa374c
commit 97cc65fee4
138 changed files with 92 additions and 176 deletions

View file

@ -21,7 +21,6 @@
*/
#include "libguile/__scm.h"
#include "libguile/array-handle.h"
SCM_API SCM scm_make_srfi_4_vector (SCM type, SCM len, SCM fill);