mirror of
https://github.com/KarolS/millfork.git
synced 2026-04-21 09:16:34 +00:00
Never remove or inline volatile variables (fixes #27)
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
Variables in Millfork can belong to one of the following storage classes:
|
||||
|
||||
* static: all global variables; local variables declared with `static`
|
||||
* static: all global variables; local variables declared with `static` or `volatile`
|
||||
|
||||
* stack: local variables declared with `stack`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user