Fixed another problem with the macros.
git-svn-id: svn://svn.cc65.org/cc65/trunk@3828 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -66,7 +66,7 @@ INLINE unsigned GetStrBufId (const StrBuf* S)
|
|||||||
return SP_Add (&StrPool, S);
|
return SP_Add (&StrPool, S);
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
# define GetStringId(S) SP_Add (&StrPool, (S))
|
# define GetStrBufId(S) SP_Add (&StrPool, (S))
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(HAVE_INLINE)
|
#if defined(HAVE_INLINE)
|
||||||
|
|||||||
@@ -70,7 +70,7 @@ INLINE unsigned GetStrBufId (const StrBuf* S)
|
|||||||
return SP_Add (&StrPool, S);
|
return SP_Add (&StrPool, S);
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
# define GetStringId(S) SP_Add (&StrPool, (S))
|
# define GetStrBufId(S) SP_Add (&StrPool, (S))
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(HAVE_INLINE)
|
#if defined(HAVE_INLINE)
|
||||||
|
|||||||
Reference in New Issue
Block a user