On 2020/02/01 08:04:36, trueroad wrote: > Even if we define `M_PI`, an error raises since there is no `strdup ()`.
I see two uses of strdup. The one in piano-pedal-engraver looks like it could be eliminated by using std::string instead of a C string. The one in relocate.cc looks like it could be replaced by strlen+malloc+strncpy. https://codereview.appspot.com/579270051/