When assembling the DT Interrupts for the 18F, I get the following error.
[ASM ERROR] Symbol not previously defined (INT_ENTRY_H) (0) : Error[113]

Below is the code from DT's Interrupt code.

Code:

DEFINE  INTHAND       INT_ENTRY_H  ' Context saving for High Priority Ints
DEFINE  INTLHAND      INT_ENTRY_L  ' Context saving for Low Priority Ints
This is being used on a PIC18F46K80. Any idea why the assembler might be complaining? Has anyone else run into this?

-Thanks