Home
last modified time | relevance | path

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

/dragonfly/contrib/grep/lib/
HDverify.h160 #define _GL_CONCAT(x, y) _GL_CONCAT0 (x, y)
161 #define _GL_CONCAT0(x, y) x##y macro