Removed LOCAL from _cISRTest because devLib calls it.

This commit is contained in:
Marty Kraimer
1993-08-12 08:35:21 +00:00
parent 19481259fd
commit 4efd2bc064
2 changed files with 2 additions and 4 deletions

View File

@@ -41,7 +41,7 @@ static char *sccsID =
static char *ignore_list[] = {"_excStub","_excIntStub"};
int veclist(int);
static int cISRTest(void (*)(), void (**)(), void **);
int cISRTest(void (*)(), void (**)(), void **);
static void *fetch_pointer(unsigned char *);
@@ -121,7 +121,6 @@ veclist(int all)
*/
#define ISR_PATTERN 0xaaaaaaaa
#define PARAM_PATTERN 0x55555555
LOCAL
int cISRTest(void (*proutine)(), void (**ppisr)(), void **pparam)
{
static FUNCPTR handler = NULL;

View File

@@ -41,7 +41,7 @@ static char *sccsID =
static char *ignore_list[] = {"_excStub","_excIntStub"};
int veclist(int);
static int cISRTest(void (*)(), void (**)(), void **);
int cISRTest(void (*)(), void (**)(), void **);
static void *fetch_pointer(unsigned char *);
@@ -121,7 +121,6 @@ veclist(int all)
*/
#define ISR_PATTERN 0xaaaaaaaa
#define PARAM_PATTERN 0x55555555
LOCAL
int cISRTest(void (*proutine)(), void (**ppisr)(), void **pparam)
{
static FUNCPTR handler = NULL;