mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-03 21:44:30 +08:00
isascii() (which is the standard) or __isascii(), but it guesses wrong for Emscripten builds (which I do during sketcher compilation). This change passes -D__isascii=isascii when building InChi, which means that the wrong guess will still wind up with the right function name.