I think you refer to an ancient version of PBP.

Now we do not use this @ DEVICE MCLR_ON.....

Current versions use this syntax:

Code:
#config
 __config _INTRC_OSC_NOCLKOUT & _WDT_ON & _BOD_OFF & _MCLRE_ON & _CP_OFF 
#endconfig
Ioannis