1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-17 17:20:29 +02:00

Placate a number of `syntax-check' verifications.

- "filesystem" -> "file system"
  - remove doubled words
  - use EXIT_* macros instead of literal numbers
  - update `syntax-check' exclusion files
This commit is contained in:
Ludovic Courtès 2012-01-05 23:38:10 +01:00
parent a3989357b3
commit b3da54d181
29 changed files with 57 additions and 32 deletions

View file

@ -85,7 +85,7 @@
- SCM_STRING_CHARS uses scm_i_string_writable_chars and immediately
calls scm_i_stop_writing, hoping for the best. SCM_STRING_LENGTH
is the same as scm_i_string_length. SCM_STRING_CHARS will throw
an error for for strings that are not null-terminated. There is
an error for strings that are not null-terminated. There is
no wide version of this interface.
*/