1
0
mirror of https://github.com/cc65/cc65.git synced 2025-01-12 17:30:50 +00:00

Update mandelbrot.c

This commit is contained in:
Stefan 2024-12-09 00:43:05 +01:00 committed by GitHub
parent 316ee4ad5b
commit 26e6717102
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,7 +26,7 @@
#define divfp(_a,_b) ((((signed long)_a)<<fpshift)/(_b))
/* Use static local variables for speed */
#pragma static-locals (1);
#pragma static-locals (1)