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:
@@ -352,9 +352,6 @@ and the one defined by the ISO standard:
|
|||||||
<p>
|
<p>
|
||||||
<item> The compiler does not support bit fields.
|
<item> The compiler does not support bit fields.
|
||||||
<p>
|
<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
|
<item> Because of the "wrong" order of the parameters on the stack, there is
|
||||||
an additional macro needed to access parameters in a variable
|
an additional macro needed to access parameters in a variable
|
||||||
parameter list in a C function.
|
parameter list in a C function.
|
||||||
|
|||||||
Reference in New Issue
Block a user