symbol bit (trunk only)

Ensure that the symset struct is defined before
external declaration using it.
This commit is contained in:
nethack.allison
2006-10-07 23:06:35 +00:00
parent f49361a3c1
commit 2c5d46fbd7
2 changed files with 1 additions and 2 deletions

View File

@@ -269,8 +269,6 @@ E NEARDATA struct mvitals {
uchar mvflags;
} mvitals[NUMMONS];
E struct symparse loadsyms[];
E NEARDATA struct c_color_names {
const char *const c_black, *const c_amber, *const c_golden,
*const c_light_blue,*const c_red, *const c_green,

View File

@@ -387,6 +387,7 @@ static struct Comp_Opt
#else /* use rest of file */
extern struct symparse loadsyms[];
static boolean need_redraw; /* for doset() */
#if defined(TOS) && defined(TEXTCOLOR)