Merge remote-tracking branch 'origin/maint'

* origin/maint:
  maint: remove useless file
  update files to ignore
  remove useless include
  use locale-indep. c_is* functions for parsing, not isspace, isprint etc
  gnulib: update
  --help: include a place to report translation issues
  tests: style changes
  tests: fix push-pull test
  yacc.c: style changes

Conflicts:
	src/system.h
This commit is contained in:
Akim Demaille
2012-09-04 18:51:55 +02:00
9 changed files with 63 additions and 44 deletions

View File

@@ -52,10 +52,6 @@
#define STRPREFIX_LIT(Literal, S) \
(STRNCMP_LIT (S, Literal) == 0)
#if HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#include <unistd.h>
#include <inttypes.h>
@@ -118,7 +114,6 @@ typedef size_t uintptr_t;
# define ATTRIBUTE_UNUSED __attribute__ ((__unused__))
#endif
#define FUNCTION_PRINT() fprintf (stderr, "%s: ", __func__)
/*------.
| NLS. |