Enabling the RTCC and selecting Interrupt Mode in MHC does not add the RTCC Interrupt stub to the code! I guess it should look like this.
void __ISR(_RTCC_VECTOR, ipl1AUTO) _InterruptHandler_RTCC(void)
{
..