From: Greg King Date: Sat, 14 Mar 2015 20:50:08 +0000 (-0400) Subject: Fixed a typo. X-Git-Tag: V2.15~3^2~7 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=52f5854813697246e58e3f3b6c234248984e5521;p=cc65 Fixed a typo. --- diff --git a/doc/cc65.sgml b/doc/cc65.sgml index bf7b1e336..842ba061a 100644 --- a/doc/cc65.sgml +++ b/doc/cc65.sgml @@ -3,7 +3,7 @@
cc65 Users Guide <author><url url="mailto:uz@cc65.org" name="Ullrich von Bassewitz"> -<date>2015-03-13 +<date>2015-03-14 <abstract> cc65 is a C compiler for 6502 targets. It supports several 6502 based home @@ -614,7 +614,7 @@ This cc65 version has some extensions to the ISO C standard. <p> <item> There is another calling convention named "cdecl". Variadic functions - (their prototypes have an ellipsis [<tt/.../]) always use this + (their prototypes have an ellipsis [<tt/.../]) always use this convention. The syntax for a function declaration using cdecl is <tscreen><verb>