more overlay bits
Although the overlay stuff is destined to be removed someday, this patch just makes the use of STATIC_DCL, STATIC_OVL consistent in the trunk. [As a side pointless experiment, I was able to build a working 8086 port of 3.4.2 after this change that worked correctly in limited testing right up until it came time to enter Ft. Ludios., where it couldn't allocated the required amount of memory.]
This commit is contained in:
@@ -425,7 +425,7 @@ fuzzymatch(s1, s2, ignore_chars, caseblind)
|
||||
#if defined(AMIGA) && !defined(AZTEC_C) && !defined(__SASC_60) && !defined(_DCC) && !defined(__GNUC__)
|
||||
extern struct tm *FDECL(localtime,(time_t *));
|
||||
#endif
|
||||
static struct tm *NDECL(getlt);
|
||||
STATIC_DCL struct tm *NDECL(getlt);
|
||||
|
||||
void
|
||||
setrandom()
|
||||
@@ -455,7 +455,7 @@ setrandom()
|
||||
#endif
|
||||
}
|
||||
|
||||
static struct tm *
|
||||
STATIC_OVL struct tm *
|
||||
getlt()
|
||||
{
|
||||
time_t date;
|
||||
|
||||
Reference in New Issue
Block a user