Lines Matching refs:V1
1981 /* V1 is used to string-ize the version number. However, it would
1983 substituted before being passed to V1. CPP is defined to expand
1985 the version macros, then CPP will expand the resulting V1() macro
1989 #define V1(a,b,c) XML_L(#a)XML_L(".")XML_L(#b)XML_L(".")XML_L(#c)
1990 #define V2(a,b,c) XML_L("expat_")V1(a,b,c)
1994 #undef V1