gentoo: use /var/run for new /run compatibility
[util-vserver.git] / python / ctags-constants.awk
1 (($2 == "macro" || $2 == "enumerator") && $1 ~ /^(vc|VC|CLONE)/ &&
2         $1 !~ /^VC_ATTR_/) {
3         printf "  PyModule_AddLongLongConstant(mod, \"%s\", %s);\n", $1, $1
4 }