mes: Rename strings.c.

* src/string.c: Rename from src/strings.c.
* src/mes.c
* build-aux/snarf.sh: Update.
This commit is contained in:
Jan Nieuwenhuizen 2019-02-12 07:37:05 +01:00
parent 41b2213a4b
commit ed63bb44a5
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
3 changed files with 2 additions and 2 deletions

View File

@ -31,6 +31,6 @@ trace "SNARF$snarf mes.c" ${srcdest}build-aux/mes-snarf.scm src/mes.c
trace "SNARF$snarf module.c" ${srcdest}build-aux/mes-snarf.scm src/module.c
trace "SNARF$snarf posix.c" ${srcdest}build-aux/mes-snarf.scm src/posix.c
trace "SNARF$snarf reader.c" ${srcdest}build-aux/mes-snarf.scm src/reader.c
trace "SNARF$snarf strings.c" ${srcdest}build-aux/mes-snarf.scm src/strings.c
trace "SNARF$snarf strings.c" ${srcdest}build-aux/mes-snarf.scm src/string.c
trace "SNARF$snarf struct.c" ${srcdest}build-aux/mes-snarf.scm src/struct.c
trace "SNARF$snarf vector.c" ${srcdest}build-aux/mes-snarf.scm src/vector.c

View File

@ -2254,7 +2254,7 @@ read_boot () ///((internal))
#include "math.c"
#include "lib.c"
#include "vector.c"
#include "strings.c"
#include "string.c"
#include "struct.c"
#include "gc.c"
#include "reader.c"