mirror of
https://github.com/cc65/cc65.git
synced 2025-01-20 09:31:48 +00:00
Use static locals (again)
git-svn-id: svn://svn.cc65.org/cc65/trunk@1051 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
2ec9ff05a6
commit
0740be0f73
@ -31,6 +31,10 @@ static unsigned char Sieve[COUNT];
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#pragma staticlocals(1);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
int main (void)
|
int main (void)
|
||||||
{
|
{
|
||||||
/* Clock variable */
|
/* Clock variable */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user