1
0
mirror of https://github.com/cc65/cc65.git synced 2025-01-03 01:31:55 +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:
cuz 2001-10-13 15:46:03 +00:00
parent 2ec9ff05a6
commit 0740be0f73

View File

@ -26,11 +26,15 @@ static unsigned char Sieve[COUNT];
/*****************************************************************************/
/* Code */
/* Code */
/*****************************************************************************/
#pragma staticlocals(1);
int main (void)
{
/* Clock variable */