Assorted `syntax-check' fixes.
authorLudovic Courtès <ludo@gnu.org>
Fri, 20 Aug 2010 19:08:49 +0000 (21:08 +0200)
committerLudovic Courtès <ludo@gnu.org>
Fri, 27 Aug 2010 16:59:42 +0000 (18:59 +0200)
commit93003b16b03a3aac486994f01140c0ebc6fe1b66
treeeb8bc4ac07d7ad57cb5ee6a8b4199304bb488f8f
parent172988eeb4445ca5408be55a9888f7c2d59a316b
Assorted `syntax-check' fixes.

* doc/ref/Makefile.am ($(snarf_doc).am): Untabify.

* libguile/eval.c: Remove unnecessary <assert.h> inclusion.

* .x-sc_m4_quote_check: Update.

* libguile/error.c (scm_error_scm): Use `EXIT_FAILURE' instead of 1.
* libguile/init.c (fixconfig, scm_boot_guile): Likewise.
* libguile/null-threads.h (scm_i_pthread_exit): Likewise.
* libguile/script.c (scm_compile_shell_switches): Likewise.
* test-suite/standalone/test-conversion.c: Likewise.
* test-suite/standalone/test-list.c: Likewise.
* test-suite/standalone/test-unwind.c: Likewise.

* libguile/async.c: Remove unnecessary inclusion of <signal.h>.

* NEWS: "filesystem" -> "file system".
* doc/ref/r6rs.texi: Ditto.

* cfg.mk (local-checks-to-skip): New variable.

* .x-sc_m4_quote_check, .x-sc_obsolete_symbols, .x-sc_program_name,
  .x-sc_prohibit_atoi_atof, .x-sc_prohibit_magic_number_exit: New
  files.

* .gitignore: Update.
19 files changed:
.gitignore
.x-sc_m4_quote_check
.x-sc_obsolete_symbols [new file with mode: 0644]
.x-sc_program_name [new file with mode: 0644]
.x-sc_prohibit_atoi_atof [new file with mode: 0644]
.x-sc_prohibit_magic_number_exit [new file with mode: 0644]
NEWS
cfg.mk
doc/ref/Makefile.am
doc/ref/r6rs.texi
libguile/async.c
libguile/error.c
libguile/eval.c
libguile/init.c
libguile/null-threads.h
libguile/script.c
test-suite/standalone/test-conversion.c
test-suite/standalone/test-list.c
test-suite/standalone/test-unwind.c