From 55eadd00cad5f29a448778a687446ec5d6306d47 Mon Sep 17 00:00:00 2001 From: kbongers Date: Sun, 16 Sep 2001 00:40:33 +0000 Subject: [PATCH] __rlrr array lacking extern git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1273 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- src/SDCCsymt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SDCCsymt.h b/src/SDCCsymt.h index 02206c00..88a5d546 100644 --- a/src/SDCCsymt.h +++ b/src/SDCCsymt.h @@ -386,7 +386,7 @@ extern sym_link *__multypes[3][2]; /* Dims: to/from float, BYTE/WORD/DWORD, SIGNED/USIGNED */ extern symbol *__conv[2][3][2]; /* Dims: shift left/shift right, BYTE/WORD/DWORD, SIGNED/UNSIGNED */ -symbol *__rlrr[2][3][2]; +extern symbol *__rlrr[2][3][2]; #define CHARTYPE __multypes[0][0] #define UCHARTYPE __multypes[0][1] -- 2.30.2