From: uz Date: Sun, 30 Aug 2009 07:55:21 +0000 (+0000) Subject: Missing resp. ignored "volatile". X-Git-Tag: V2.13.0rc1~172 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=829cb7de4c40f569e6895f979448a5acf4ea8918;p=cc65 Missing resp. ignored "volatile". git-svn-id: svn://svn.cc65.org/cc65/trunk@4084 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/doc/cc65.sgml b/doc/cc65.sgml index d5c66b119..2b824848c 100644 --- a/doc/cc65.sgml +++ b/doc/cc65.sgml @@ -428,6 +428,10 @@ and the one defined by the ISO standard: conventions (see below). It means that you must not mix pointers to those functions with pointers to user-written, not-fastcall functions.

+ The There may be some more minor differences I'm currently not aware of. The @@ -1068,7 +1072,7 @@ 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. +behavior as implementation-defined. (to be done)