Fixed a typo
git-svn-id: svn://svn.cc65.org/cc65/trunk@3088 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -150,7 +150,7 @@ INLINE int ED_IsLocPrimary (const ExprDesc* Expr)
|
|||||||
return (Expr->Flags & E_MASK_LOC) == E_LOC_PRIMARY;
|
return (Expr->Flags & E_MASK_LOC) == E_LOC_PRIMARY;
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
# define ED_IsLocExpr(Expr) (((Expr)->Flags & E_MASK_LOC) == E_LOC_PRIMARY)
|
# define ED_IsLocPrimary(Expr) (((Expr)->Flags & E_MASK_LOC) == E_LOC_PRIMARY)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(HAVE_INLINE)
|
#if defined(HAVE_INLINE)
|
||||||
|
|||||||
Reference in New Issue
Block a user