Renamed EXP_INITIALIZER

git-svn-id: svn://svn.cc65.org/cc65/trunk@409 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2000-10-30 19:52:22 +00:00
parent e5c029e538
commit 99c9f4fe4e
2 changed files with 30 additions and 29 deletions

View File

@@ -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 */