FYI, The kwset.c change induced a syntax-check failure. This fixes it: >From 5ef95604757f1b319c728e2c102b1fec39de1ac6 Mon Sep 17 00:00:00 2001 From: Jim Meyering <[email protected]> Date: Wed, 7 Apr 2010 13:57:53 +0200 Subject: [PATCH] maint: avoid new syntax-check failure, ...
...now that the sole use of xmalloc no longer matches the regular expression used by the syntax-check rule. * .x-sc_prohibit_xalloc_without_use: Exempt src/kwset.c. --- .x-sc_prohibit_xalloc_without_use | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) create mode 100644 .x-sc_prohibit_xalloc_without_use diff --git a/.x-sc_prohibit_xalloc_without_use b/.x-sc_prohibit_xalloc_without_use new file mode 100644 index 0000000..6860c2b --- /dev/null +++ b/.x-sc_prohibit_xalloc_without_use @@ -0,0 +1 @@ +^src/kwset\.c$ -- 1.7.1.rc0.212.gbd88f
