Working on initializers
git-svn-id: svn://svn.cc65.org/cc65/trunk@411 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -213,7 +213,7 @@ static const char* GetExportFlags (unsigned Flags)
|
||||
case EXP_EXPR: strcat (TypeDesc, ",EXP_EXPR"); break;
|
||||
}
|
||||
if (IS_EXP_INIT (Flags)) {
|
||||
strcat (TypeDesc, ",EXP_INIT");
|
||||
sprintf (TypeDesc+strlen(TypeDesc), ",EXP_INIT=%u", GET_EXP_INIT_VAL(Flags));
|
||||
}
|
||||
|
||||
/* Return the result */
|
||||
|
||||
Reference in New Issue
Block a user