symbol bit (trunk only)
Ensure that the symset struct is defined before external declaration using it.
This commit is contained in:
@@ -269,8 +269,6 @@ E NEARDATA struct mvitals {
|
|||||||
uchar mvflags;
|
uchar mvflags;
|
||||||
} mvitals[NUMMONS];
|
} mvitals[NUMMONS];
|
||||||
|
|
||||||
E struct symparse loadsyms[];
|
|
||||||
|
|
||||||
E NEARDATA struct c_color_names {
|
E NEARDATA struct c_color_names {
|
||||||
const char *const c_black, *const c_amber, *const c_golden,
|
const char *const c_black, *const c_amber, *const c_golden,
|
||||||
*const c_light_blue,*const c_red, *const c_green,
|
*const c_light_blue,*const c_red, *const c_green,
|
||||||
|
|||||||
@@ -387,6 +387,7 @@ static struct Comp_Opt
|
|||||||
|
|
||||||
#else /* use rest of file */
|
#else /* use rest of file */
|
||||||
|
|
||||||
|
extern struct symparse loadsyms[];
|
||||||
static boolean need_redraw; /* for doset() */
|
static boolean need_redraw; /* for doset() */
|
||||||
|
|
||||||
#if defined(TOS) && defined(TEXTCOLOR)
|
#if defined(TOS) && defined(TEXTCOLOR)
|
||||||
|
|||||||
Reference in New Issue
Block a user