Latest bugfix-2.0.x fails Marlin/src/gcode/control/M350_M351.cpp

Can someone confirm that the latest checkout of the Marlin code fails on the file M350_M351.cpp? It looks like someone replaced a constant with E_AXIS, but if there isn’t an E_AXIS this isn’t defined and fails. The fix might be to #if E_AXIS that out, but I wanted to make sure this is not a me issue.