1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-26 05:29:30 +00:00

Few small changes. Started a new section about implementation-defined

behavior.


git-svn-id: svn://svn.cc65.org/cc65/trunk@4082 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz 2009-08-29 22:03:41 +00:00
parent b098d8045e
commit 7a7526ef8b

View File

@ -243,6 +243,10 @@ Here is a description of all the command line options:
<item>cc65
</itemize>
Please note that the compiler does not support the c99 standard and never
will. c99 mode is actually c89 mode with a few selected c99 extensions
(// comments for example).
<tag><tt>-t target, --target target</tt></tag>
@ -1061,6 +1065,13 @@ a future version. Instead use the format specifiers from the table above:
<p>
<sect>Implementation-defined behavior<p>
This section describes the behavior of cc65 when the standard describes the
behavior as implementation-defined.
(to be done)
<sect>Bugs/Feedback<p>
If you have problems using the compiler, if you find any bugs, or if you're