From dfeb79567715fb8f8a6d5f675ae55a7f051356c4 Mon Sep 17 00:00:00 2001 From: sandeep Date: Tue, 18 Dec 2001 04:17:22 +0000 Subject: [PATCH] Port decides whether to handle a GPOINTER unqualified pointers will be treated as port->unqualified_pointer git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1696 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- src/SDCCmem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SDCCmem.h b/src/SDCCmem.h index 37881855..e4deb0cb 100644 --- a/src/SDCCmem.h +++ b/src/SDCCmem.h @@ -79,7 +79,7 @@ extern int maxRegBank; #define IN_CODESPACE(map) (map && map->codesp) #define IN_REGSP(map) (map && map->regsp) #define PTR_TYPE(map) (map ? (map->ptrType ? map->ptrType : POINTER)\ - : GPOINTER) + : port->unqualified_pointer) /* forward decls for functions */ memmap *allocMap (char, char, char, char, char, char, unsigned, const char *, char, int); -- 2.30.2