Remove _G_ARGS macros.

This commit is contained in:
Marek Polacek 2012-02-07 22:40:49 +01:00
parent 148cf100de
commit a22f12b477
4 changed files with 6 additions and 9 deletions

View File

@ -1,3 +1,9 @@
2012-02-07 Marek Polacek <polacek@redhat.com>
* sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
* sysdeps/gnu/_G_config.h: Likewise.
* sysdeps/mach/hurd/_G_config.h: Likewise.
2012-02-07 Marek Polacek <polacek@redhat.com>
* math/Makefile (tests): Add tst-CMPLX2.

View File

@ -83,7 +83,4 @@ typedef unsigned int _G_uint32_t __attribute__ ((__mode__ (__SI__)));
#define _G_VTABLE_LABEL_PREFIX "_vt."
#define _G_VTABLE_LABEL_HAS_LENGTH 1
#define _G_ARGS(ARGLIST) ARGLIST
#endif /* _G_config.h */

View File

@ -91,7 +91,4 @@ typedef unsigned int _G_uint32_t __attribute__ ((__mode__ (__SI__)));
#define _G_VTABLE_LABEL_PREFIX "__vt_"
#define _G_VTABLE_LABEL_PREFIX_ID __vt_
#define _G_ARGS(ARGLIST) ARGLIST
#endif /* _G_config.h */

View File

@ -90,7 +90,4 @@ typedef unsigned int _G_uint32_t __attribute__ ((__mode__ (__SI__)));
#define _G_VTABLE_LABEL_PREFIX "__vt_"
#define _G_VTABLE_LABEL_PREFIX_ID __vt_
#define _G_ARGS(ARGLIST) ARGLIST
#endif /* _G_config.h */