diff options
author | Marek Polacek <polacek@redhat.com> | 2012-01-31 20:02:53 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-01-31 20:02:53 +0000 |
commit | 69db4f8f463e509a3e5ccc00e70aa9f94c359d34 (patch) | |
tree | ab473bd1cf67bcd6263c383809a27d03b4f62381 /locale | |
parent | 41b81892f11fe1353123e892158b53de73863d62 (diff) | |
download | glibc-69db4f8f463e509a3e5ccc00e70aa9f94c359d34.tar.gz glibc-69db4f8f463e509a3e5ccc00e70aa9f94c359d34.tar.xz glibc-69db4f8f463e509a3e5ccc00e70aa9f94c359d34.zip |
Remove PARAMS macros.
Diffstat (limited to 'locale')
-rw-r--r-- | locale/programs/config.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/locale/programs/config.h b/locale/programs/config.h index 606aa02cbf..903db20917 100644 --- a/locale/programs/config.h +++ b/locale/programs/config.h @@ -29,10 +29,6 @@ #define DEFAULT_CHARMAP "ANSI_X3.4-1968" /* ASCII */ -#ifndef PARAMS -# define PARAMS(args) args -#endif - /* This must be one higer than the last used LC_xxx category value. */ #define __LC_LAST 13 |