tests: address syntax-check failures

* cfg.mk: Ignore failures in timevar (uses GCC style configuration,
not gnulib's).
* doc/local.mk: Space changes.
* lib/main.c, tests/calc.at: Remove useless HAVE_ tests.
This commit is contained in:
Akim Demaille
2012-12-15 17:16:28 +01:00
parent 758f7cfc14
commit 50977317cd
4 changed files with 8 additions and 17 deletions

View File

@@ -46,12 +46,7 @@ m4_define([_AT_DATA_CALC_Y],
m4_pushdef([AT_CALC_MAIN],
[#include <assert.h>
#if HAVE_UNISTD_H
# include <unistd.h>
#else
# undef alarm
# define alarm(seconds) /* empty */
#endif
#include <unistd.h>
AT_SKEL_CC_IF([[
/* A C++ ]AT_NAME_PREFIX[parse that simulates the C signature. */