From 7a7526ef8b6b3201db7bc482074653aac0b6a911 Mon Sep 17 00:00:00 2001 From: uz Date: Sat, 29 Aug 2009 22:03:41 +0000 Subject: [PATCH] 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 --- doc/cc65.sgml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/cc65.sgml b/doc/cc65.sgml index 165ae3534..d5c66b119 100644 --- a/doc/cc65.sgml +++ b/doc/cc65.sgml @@ -243,6 +243,10 @@ Here is a description of all the command line options: cc65 + 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). + -t target, --target target @@ -1061,6 +1065,13 @@ a future version. Instead use the format specifiers from the table above:

+Implementation-defined behavior

+ +This section describes the behavior of cc65 when the standard describes the +behavior as implementation-defined. + +(to be done) + Bugs/Feedback

If you have problems using the compiler, if you find any bugs, or if you're -- 2.39.5