Check pins.h lin e893 whcih looks like
#define HEATER_1_PIN 14 // (bed)
and modify it to
#define HEATER_1_PIN 14
<font color="#333333">Arduino ide 1.6.9 and newer handle comments in macros differently then before which causes such problems </font>
<font color="#333333">and I guess your code uses that one line I forget to remove the comment.</font>
<font color="#333333">
</font>