Maybe I have obsolete includes. These are the versions I have:

Code:
'***************************************************************************
'*  Name    : ReEnterPBP.pbp                                               *
'*  Author  : Darrel Taylor                                                *
'*  Version : 3.4  (8/13/2010)                                             *
'*  Notes   : Allows re-entry to PBP from an ASM interrupt                 *
'*          : Must have DT_INTS-14.bas loaded first                        *
'***************************************************************************
'*  ver 3.4 (8/13/2010)                                                    *
'*           Changed Restore to use 1 less stack level                     * 
'*  ver 3.3 (1/16/2010)                                                    *
'*           compatability with PIC16F1 chips                              *
'*  ver 3.2 
'*           Bug Fix, RS1/RS2 were being restored incorrectly              *
'***************************************************************************
Code:
'***************************************************************************
'*  Name    : DT_INTS-14.bas                                               *
'*  Author  : Darrel Taylor                                                *
'*  Version : 1.10 (8/13/2010)                                             *
'*  Date    : OCT 13, 2009                                                 *
'***************************************************************************
'* REV 1.10  Fixes Duplicate label error when Handlers cross page boundary *
'*           Fixes error with 16F1's and MPLAB 8.53 (high)                 *
'* REV 1.00  Completely re-written, with optimization and F1 chips in mind *
'* REV 0.93  Fixed CMIF and EEIF problem with older PIC's                  *
'*           that have the Flags in PIR1 instead of PIR2                   *
'* Rev 0.92  solves a "Missed Interrupt" and                               *
'*           banking switching problem                                     *
'***************************************************************************
I have the same version of Elapsed_INT.bas as you.