Remove statement about initialization of locals

git-svn-id: svn://svn.cc65.org/cc65/trunk@1461 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2002-10-10 21:45:44 +00:00
parent c3661446ee
commit c4d44dc55a

View File

@@ -352,9 +352,6 @@ and the one defined by the ISO standard:
<p>
<item> The compiler does not support bit fields.
<p>
<item> Initialization of local variables is only possible for scalar data
types (that is, not for arrays and structs).
<p>
<item> Because of the "wrong" order of the parameters on the stack, there is
an additional macro needed to access parameters in a variable
parameter list in a C function.