mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 00:51:24 +03:00
13 lines
91 B
Plaintext
13 lines
91 B
Plaintext
|
@@
|
||
|
statement s;
|
||
|
@@
|
||
|
- while (true)
|
||
|
+ for (;;)
|
||
|
s
|
||
|
@@
|
||
|
statement s;
|
||
|
@@
|
||
|
- while (1)
|
||
|
+ for (;;)
|
||
|
s
|