mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
13 lines
91 B
Plaintext
13 lines
91 B
Plaintext
@@
|
|
statement s;
|
|
@@
|
|
- while (true)
|
|
+ for (;;)
|
|
s
|
|
@@
|
|
statement s;
|
|
@@
|
|
- while (1)
|
|
+ for (;;)
|
|
s
|