mirror of
https://github.com/cc65/cc65.git
synced 2024-12-28 06:30:16 +00:00
Fixed a typo
git-svn-id: svn://svn.cc65.org/cc65/trunk@3088 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
0b6da0f1e4
commit
da2049637a
@ -150,7 +150,7 @@ INLINE int ED_IsLocPrimary (const ExprDesc* Expr)
|
||||
return (Expr->Flags & E_MASK_LOC) == E_LOC_PRIMARY;
|
||||
}
|
||||
#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
|
||||
|
||||
#if defined(HAVE_INLINE)
|
||||
|
Loading…
Reference in New Issue
Block a user