about summary refs log tree commit diff
path: root/sysdeps/gnu/_G_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/gnu/_G_config.h')
-rw-r--r--sysdeps/gnu/_G_config.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/sysdeps/gnu/_G_config.h b/sysdeps/gnu/_G_config.h
index 211d0224b1..fe43f8c894 100644
--- a/sysdeps/gnu/_G_config.h
+++ b/sysdeps/gnu/_G_config.h
@@ -92,10 +92,6 @@ typedef unsigned int _G_uint32_t __attribute__ ((__mode__ (__SI__)));
 #define _G_VTABLE_LABEL_PREFIX_ID __vt_
 
 
-#if defined __cplusplus || defined __STDC__
-# define _G_ARGS(ARGLIST) ARGLIST
-#else
-# define _G_ARGS(ARGLIST) ()
-#endif
+#define _G_ARGS(ARGLIST) ARGLIST
 
 #endif	/* _G_config.h */