Crash landing of the fix for bug #472883: BSD curses.h allready declares LL.
This commit is contained in:
+1
-1
@@ -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...
|
||||
|
||||
Reference in New Issue
Block a user