What version of MPLAB do you have?

On my 8.56 and in 1827.inc file of the MPLAB Suite there are two lines (BANK5 grroup):

Code:
CCPTMRS          EQU  H'029E'
CCPTMRS0         EQU  H'029E'
But on 1824.inc there is only one:

Code:
CCPTMRS          EQU  H'029E'
So it may have to do with the update of MPLAB. Anyone with newer version?

Ioannis