Searched refs:_GL_CONCAT0 (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Dverify.h108 #define _GL_CONCAT0(x, y) x##y
109 #define _GL_CONCAT(x, y) _GL_CONCAT0 (x, y)
160 #define _GL_CONCAT(x, y) _GL_CONCAT0 (x, y)
161 #define _GL_CONCAT0(x, y) x##y macro
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dverify.h103 #define _GL_CONCAT0(x, y) x##y
104 #define _GL_CONCAT(x, y) _GL_CONCAT0 (x, y)
155 #define _GL_CONCAT(x, y) _GL_CONCAT0 (x, y)
156 #define _GL_CONCAT0(x, y) x##y macro

Completed in 96 milliseconds