Doing this is lame and causes the -current build to fail:

int true = 1;
       while (true) {
This commit is contained in:
Kris Kennaway 2002-08-23 22:10:38 +00:00
parent ec5bc20025
commit 8859a77027
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=64921

View file

@ -0,0 +1,13 @@
--- powerflute.c.orig Fri Aug 23 14:58:34 2002
+++ powerflute.c Fri Aug 23 14:58:09 2002
@@ -576,9 +576,8 @@
int do_horiz_menu(void) {
int pos = 0;
int oldpos = 0;
- int true = 1;
- while (true) {
+ while (1) {
display_h_menu(pos);