From: uz Date: Sat, 5 Dec 2009 22:39:45 +0000 (+0000) Subject: Rewrote literal handling. Literals are now saved together with other function X-Git-Tag: V2.13.1~28 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=3976746735629a689cd22863d79d9efc13743364;p=cc65 Rewrote literal handling. Literals are now saved together with other function data, and at the end of compilation merged if possible. Literals for unused functions are removed together with the function. git-svn-id: svn://svn.cc65.org/cc65/trunk@4501 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/doc/cc65.sgml b/doc/cc65.sgml index fddb37937..6ae45dcac 100644 --- a/doc/cc65.sgml +++ b/doc/cc65.sgml @@ -244,7 +244,7 @@ Here is a description of all the command line options: better way is to declare characters explicitly as "signed" if needed. You can also use for better control of this option. - +