Searched defs:_GL_COUNTER (Results 1 - 1 of 1) sorted by relevance

/external/bison/lib/
H A Dverify.h147 /* _GL_COUNTER is an integer, preferably one that changes each time we
152 # define _GL_COUNTER __COUNTER__ macro
154 # define _GL_COUNTER __LINE__ macro
159 # define _GL_GENSYM(prefix) _GL_CONCAT (prefix, _GL_COUNTER)

Completed in 54 milliseconds