mirror of
https://github.com/cc65/cc65.git
synced 2025-01-14 16:33:00 +00:00
Another fix for the SB_SetIndex macro.
git-svn-id: svn://svn.cc65.org/cc65/trunk@3916 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
f45e73164d
commit
ab74b7bfd8
@ -141,7 +141,7 @@ INLINE void SB_SetIndex (StrBuf* B, unsigned Index)
|
||||
B->Index = Index;
|
||||
}
|
||||
#else
|
||||
# define SB_SetIndex(B, Index) ((B)->Index = (Index))
|
||||
# define SB_SetIndex(B, Idx) ((B)->Index = (Idx))
|
||||
#endif
|
||||
|
||||
#if defined(HAVE_INLINE)
|
||||
|
Loading…
x
Reference in New Issue
Block a user