Renamed EXP_INITIALIZER
git-svn-id: svn://svn.cc65.org/cc65/trunk@409 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -1079,7 +1079,7 @@ void WriteExports (void)
|
||||
|
||||
/* Add the initializer bits */
|
||||
if (S->Flags & SF_INITIALIZER) {
|
||||
ExprMask |= EXP_INITIALIZER;
|
||||
ExprMask |= EXP_INIT;
|
||||
}
|
||||
|
||||
/* Write the type */
|
||||
@@ -1151,7 +1151,7 @@ void WriteDbgSyms (void)
|
||||
|
||||
/* Add the initializer bits */
|
||||
if (S->Flags & SF_INITIALIZER) {
|
||||
ExprMask |= EXP_INITIALIZER;
|
||||
ExprMask |= EXP_INIT;
|
||||
}
|
||||
|
||||
/* Write the type */
|
||||
|
||||
Reference in New Issue
Block a user