]> git.sur5r.net Git - cc65/blobdiff - src/ca65/symentry.h
More fixes for Watcom C / C89.
[cc65] / src / ca65 / symentry.h
index 5da15a59f12fa19bec1501bb9879b8b303ebb47a..42b281ed7331ef2932c078af953d4397755f7e96 100644 (file)
@@ -312,7 +312,7 @@ INLINE const StrBuf* GetSymName (const SymEntry* S)
     return GetStrBuf (S->Name);
 }
 #else
-#  define GetSymName(S)   GetString ((S)->Name)
+#  define GetSymName(S)   GetStrBuf ((S)->Name)
 #endif
 
 #if defined(HAVE_INLINE)
@@ -353,3 +353,4 @@ INLINE const FilePos* GetSymPos (const SymEntry* S)
 
 
 
+