gdbsupport/gdb_proc_service.h: use decltype instead of typeof
[deliverable/binutils-gdb.git] / gdbsupport / gdb_proc_service.h
index 235fb7d9fa3d6b1e6397d1e6489d7890e34e0f7a..849a1007b412fdc3f7c87f65fd54c0d4fbbfed9c 100644 (file)
@@ -174,7 +174,7 @@ EXTERN_C_POP
    -fvisibility=hidden.  */
 
 #define PS_EXPORT(SYM)                                         \
-  __attribute__((visibility ("default"))) typeof (SYM) SYM
+  __attribute__((visibility ("default"))) decltype (SYM) SYM
 
 PS_EXPORT (ps_get_thread_area);
 PS_EXPORT (ps_getpid);
This page took 0.024239 seconds and 4 git commands to generate.