New option and #pragma --local-strings that causes string literals to be
output immediately. git-svn-id: svn://svn.cc65.org/cc65/trunk@4504 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -410,8 +410,8 @@ void FinishCompile (void)
|
||||
Func = Func->NextSym;
|
||||
}
|
||||
|
||||
/* Dump the literal pool */
|
||||
DumpLiteralPool ();
|
||||
/* Output the literal pool */
|
||||
OutputLiteralPool ();
|
||||
|
||||
/* Write imported/exported symbols */
|
||||
EmitExternals ();
|
||||
|
||||
Reference in New Issue
Block a user