mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-19 18:20:22 +02:00
Devolve strings.h
* libguile/_scm.h: Remove strings.h. * libguile/array-handle.c: * libguile/boolean.c: * libguile/generalized-vectors.c: * libguile/loader.c: * libguile/unicode.c: Add strings.h. * libguile/symbols.h: Add strings.h, which was missing from the previous symbols.h devolution.
This commit is contained in:
parent
a2411c3982
commit
38385d1359
7 changed files with 6 additions and 1 deletions
|
@ -48,6 +48,7 @@
|
|||
#include "extensions.h"
|
||||
#include "pairs.h"
|
||||
#include "programs.h"
|
||||
#include "strings.h"
|
||||
#include "threads.h"
|
||||
#include "loader.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue