Lines Matching refs:V1
2027 /* V1 is used to string-ize the version number. However, it would
2029 substituted before being passed to V1. CPP is defined to expand
2031 the version macros, then CPP will expand the resulting V1() macro
2035 #define V1(a,b,c) XML_L(#a)XML_L(".")XML_L(#b)XML_L(".")XML_L(#c)
2036 #define V2(a,b,c) XML_L("expat_")V1(a,b,c)
2040 #undef V1