Quirk from pythonize-header

Eric S. Raymond esr at thyrsus.com
Thu Dec 15 10:34:46 UTC 2016


Hal Murray <hmurray at megapathdsl.net>:
> It works if I change the x to X
> 
> Old:
> >From ntp.h
> #define MODE_BCLIENTx   6       /* for pylib/util.py */
> In magic.py
> #define MODE_BCLIENTx   6       # for pylib/util.py     
> 
> New:
> #define MODE_BCLIENTX   6       /* for pylib/util.py */
> MODE_BCLIENTX  = 6     # for pylib/util.py 

OK, I've relaxed the regexp for this appropriately.
-- 
		<a href="http://www.catb.org/~esr/">Eric S. Raymond</a>


More information about the devel mailing list