mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
Remove _G_ARGS macros.
This commit is contained in:
parent
148cf100de
commit
a22f12b477
4 changed files with 6 additions and 9 deletions
|
@ -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.
|
||||
|
|
|
@ -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 */
|
||||
|
|
|
@ -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 */
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue