Update mandelbrot.c

This commit is contained in:
Stefan
2024-12-09 00:43:05 +01:00
committed by GitHub
parent 316ee4ad5b
commit 26e6717102

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)