From af3efea51a3525a10f7be06f9098f77822f5f218 Mon Sep 17 00:00:00 2001 From: johanknol Date: Sun, 30 Sep 2001 11:15:45 +0000 Subject: [PATCH] Fixed the "unqualified_pointer pointer" rule that confused pointerTypes() in the "highly unlikely" case that type had a UPOINTER char code * data * * xdata cpdpgp_x; git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1330 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- src/SDCC.y | 1 + 1 file changed, 1 insertion(+) diff --git a/src/SDCC.y b/src/SDCC.y index c9864860..ba26488b 100644 --- a/src/SDCC.y +++ b/src/SDCC.y @@ -943,6 +943,7 @@ pointer { $$ = $1 ; $$->next = $2 ; + DCL_TYPE($2)=GPOINTER; } | unqualified_pointer type_specifier_list pointer { -- 2.47.2