Home | History | Annotate | Download | only in Modules

Lines Matching defs:macro

388    function.  A giant macro would be even worse than this.  A C++ template
1647 /* Just use the macro and check that it compiles */
2321 int macro = 0;
2322 if (!PyArg_ParseTuple(args, "|p", &macro)) {
2325 if (macro) {