Crash landing of the fix for bug #472883: BSD curses.h allready declares LL.

This commit is contained in:
gfk
2001-10-26 16:29:12 +00:00
parent 26d00dc560
commit 134b33ace6
14 changed files with 91 additions and 91 deletions
+2 -2
View File
@@ -13,7 +13,7 @@ int screenlist_action = 0;
int timer = 0;
LL *screenlist;
LinkedList *screenlist;
int screenlist_add_end (screen * screen);
screen *screenlist_next_roll ();
@@ -76,7 +76,7 @@ screenlist_remove_all (screen * s)
return i;
}
LL *
LinkedList *
screenlist_getlist ()
{
debug ("screenlist_getlist()\n");