That is from the configuration line in the code.
Code:
@ __config _HS_OSC & _WDT_OFF & _LVP_OFF & _CP_OFF &_BODEN_OFF
Remove or comment out the above line and give it a try.

This tells about setting the "configs" in your code.
http://www.picbasic.co.uk/forum/showthread.php?t=543

You will be better of just writing you own code from scratch and use my code for an example. Then you know how everything is set up.