More fixes for Watcom C / C89.
git-svn-id: svn://svn.cc65.org/cc65/trunk@3829 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user