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
+1 -1
View File
@@ -13,7 +13,7 @@ typedef struct widget {
int length; // size or direction
int speed; // For scroller...
char *text; // text or binary data
LL *kids; // Frames can contain more widgets...
LinkedList *kids; // Frames can contain more widgets...
} widget;
// These correspond to the index into the "types" array...