Problem: Some compilers don't allow a declaration after a label.
Solution: Move the declaration to the start of the block. (John Marriott)
static int entered = FALSE; // avoid recursiveness
static int done_outofmem_msg = FALSE; // did outofmem message
int retry_count = 0;
+ int found_null;
retry:
/*
#endif
give_up:
-
- int found_null = FALSE;
+ found_null = FALSE;
for (int i = 0; i < p_mco; ++i)
if (new_ScreenLinesC[i] == NULL)
{
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 966,
/**/
965,
/**/