diff options
author | Bruno Haible <bruno@clisp.org> | 2003-10-16 10:54:18 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:11:03 +0200 |
commit | 93f7f8a0eee7fbc94f116587e1dcc95a8849adb3 (patch) | |
tree | ef56022ed1bde6c37361dfca3f65f9d8801f6f38 /gettext-tools | |
parent | 8baec33a32c22b01755b900f30d82e8a885f2cb4 (diff) | |
download | external_gettext-93f7f8a0eee7fbc94f116587e1dcc95a8849adb3.zip external_gettext-93f7f8a0eee7fbc94f116587e1dcc95a8849adb3.tar.gz external_gettext-93f7f8a0eee7fbc94f116587e1dcc95a8849adb3.tar.bz2 |
Assume ANSI C.
Diffstat (limited to 'gettext-tools')
-rw-r--r-- | gettext-tools/ChangeLog | 4 | ||||
-rw-r--r-- | gettext-tools/configure.ac | 8 |
2 files changed, 4 insertions, 8 deletions
diff --git a/gettext-tools/ChangeLog b/gettext-tools/ChangeLog index ae133f0..ca54417 100644 --- a/gettext-tools/ChangeLog +++ b/gettext-tools/ChangeLog @@ -1,3 +1,7 @@ +2003-10-07 Bruno Haible <bruno@clisp.org> + + * configure.ac: Drop PARAMS definition from config.h.in. + 2003-10-08 Bruno Haible <bruno@clisp.org> * configure.ac: Invoke gt_SIG_ATOMIC_T. diff --git a/gettext-tools/configure.ac b/gettext-tools/configure.ac index bd491ff..701fca6 100644 --- a/gettext-tools/configure.ac +++ b/gettext-tools/configure.ac @@ -139,14 +139,6 @@ dnl Put some default definitions into config.h. AH_TOP([ /* Default value for alignment of strings in .mo file. */ #define DEFAULT_OUTPUT_ALIGNMENT 1 - -#ifndef PARAMS -# if __STDC__ || defined __GNUC__ || defined __SUNPRO_C || defined __cplusplus || __PROTOTYPES -# define PARAMS(args) args -# else -# define PARAMS(args) () -# endif -#endif ]) AH_BOTTOM([ /* A file name cannot consist of any character possible. INVALID_PATH_CHAR |