build: remove trailing blanks, enable syntax-check

* regressions/test-cancellation-download-librarycancels.sh:
* src/generator.ml:
* cfg.mk (disable_temporarily): Remove sc_trailing_blank.
* .x-sc_trailing_blank: New file.
This commit is contained in:
Jim Meyering
2009-08-04 14:00:11 +02:00
parent e15ff2113f
commit 8ae7e1057f
4 changed files with 4 additions and 4 deletions

1
.x-sc_trailing_blank Normal file
View File

@@ -0,0 +1 @@
images/bin-win64.exe

3
cfg.mk
View File

@@ -70,8 +70,7 @@ disable_temporarily = \
sc_m4_quote_check \
sc_prohibit_trailing_blank_lines \
sc_avoid_ctype_macros \
sc_avoid_write \
sc_trailing_blank
sc_avoid_write
# Avoid uses of write(2). Either switch to streams (fwrite), or use
# the safewrite wrapper.

View File

@@ -18,7 +18,7 @@
# Test download where the library cancels.
#
#
#
set -e

View File

@@ -90,7 +90,7 @@ and ret =
(* "RStruct" is a function which returns a single named structure
* or an error indication (in C, a struct, and in other languages
* with varying representations, but usually very efficient). See
* after the function list below for the structures.
* after the function list below for the structures.
*)
| RStruct of string * string (* name of retval, name of struct *)